#A35749

Color #A35749 Crail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crail #A35749

Tints of Crail #A35749

Color information

#A35749 (or 0xA35749) is unknown color: approx Crail. HEX triplet: A3, 57 and 49. RGB value is (163,87,73). Sum of RGB (Red+Green+Blue) = 163+87+73=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A35749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35749 is #5CA8B6. Grayscale: #6C6C6C. Windows color (decimal): -6072503 or 4806563. OLE color: 4806563.

HSL color Cylindrical-coordinate representation of color #A35749: hue angle of 9.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A35749 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB1638773-
CMYK00.470.550.36
HSL9.33º38.14%46.27%-
HSV(B)9.33º55.21%63.92%-
XYZ19.7215.088.18-
YUV108.13108.18167.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 50.46%
GREEN value IS 87 (34.38% from 255) = 26.93%
BLUE value IS 73 (28.91% from 255) = 22.60%
R=50.46%
G=26.93%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163877300.470.550.369.3338.1446.27
HexA3574902F37249262e
Octal2431271110576744114656
Binary101000111010111100100101011111101111001001001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35749; }

 p { color: rgb(163,87,73); }

 H1.HeaderClassName
 {
   color: #A35749;
 }
 .AnyTagClassName
 {
   color: #A35749;
 }
</style>
background-color css

<style>
 a { background-color: #A35749; }

 a { background-color: rgb(163,87,73); }

 div.DivClassName
 {
   background-color: #A35749;
 }
 .BgClassName
 {
   background-color: #A35749;
 }
</style>
border-color css

<style>
 span { border-color: #A35749; }

 span { border-color: rgb(163,87,73); }

 td.TdClassName
 {
   border-color: #A35749;
 }
 .TagClassName
 {
   border-color: #A35749;
 }
</style>