#A2594F

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

Shades of Crail #A2594F

Tints of Crail #A2594F

Color information

#A2594F (or 0xA2594F) is unknown color: approx Crail. HEX triplet: A2, 59 and 4F. RGB value is (162,89,79). Sum of RGB (Red+Green+Blue) = 162+89+79=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A2594F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2594F is #5DA6B0. Grayscale: #6D6D6D. Windows color (decimal): -6137521 or 5200290. OLE color: 5200290.

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

Color convert

RGB1628979-
CMYK00.450.510.36
HSL7.23º34.44%47.25%-
HSV(B)7.23º51.23%63.53%-
XYZ19.8815.399.32-
YUV109.69110.68165.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 89 (35.16% from 255) = 26.97%
BLUE value IS 79 (31.25% from 255) = 23.94%
R=49.09%
G=26.97%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162897900.450.510.367.2334.4447.25
HexA2594F02D33247222f
Octal242131117055634474257
Binary10100010101100110011110101101110011100100111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2594F; }

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

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

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

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

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

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

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

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