#A2594E

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

Shades of Crail #A2594E

Tints of Crail #A2594E

Color information

#A2594E (or 0xA2594E) is unknown color: approx Crail. HEX triplet: A2, 59 and 4E. RGB value is (162,89,78). Sum of RGB (Red+Green+Blue) = 162+89+78=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A2594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2594E is #5DA6B1. Grayscale: #6D6D6D. Windows color (decimal): -6137522 or 5134754. OLE color: 5134754.

HSL color Cylindrical-coordinate representation of color #A2594E: hue angle of 7.86º degrees, saturation: 0.35, 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 #A2594E is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB1628978-
CMYK00.450.520.36
HSL7.86º35%47.06%-
HSV(B)7.86º51.85%63.53%-
XYZ19.8515.389.13-
YUV109.57110.18165.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 89 (35.16% from 255) = 27.05%
BLUE value IS 78 (30.86% from 255) = 23.71%
R=49.24%
G=27.05%
B=23.71%

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
Decimal162897800.450.520.367.863547.06
HexA2594E02D34248232f
Octal2421311160556444104357
Binary101000101011001100111001011011101001001001000100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2594E; }

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

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

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

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

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

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

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

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