#A2594D

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

Shades of Crail #A2594D

Tints of Crail #A2594D

Color information

#A2594D (or 0xA2594D) is unknown color: approx Crail. HEX triplet: A2, 59 and 4D. RGB value is (162,89,77). Sum of RGB (Red+Green+Blue) = 162+89+77=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A2594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2594D is #5DA6B2. Grayscale: #6D6D6D. Windows color (decimal): -6137523 or 5069218. OLE color: 5069218.

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

Color convert

RGB1628977-
CMYK00.450.520.36
HSL8.47º35.56%46.86%-
HSV(B)8.47º52.47%63.53%-
XYZ19.8115.368.94-
YUV109.46109.68165.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.39%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 77 (30.47% from 255) = 23.48%
R=49.39%
G=27.13%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162897700.450.520.368.4735.5646.86
HexA2594D02D34248242f
Octal2421311150556444104457
Binary101000101011001100110101011011101001001001000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2594D; }

 p { color: rgb(162,89,77); }

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

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

 a { background-color: rgb(162,89,77); }

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

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

 span { border-color: rgb(162,89,77); }

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