#A4594E

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

Shades of Crail #A4594E

Tints of Crail #A4594E

Color information

#A4594E (or 0xA4594E) is unknown color: approx Crail. HEX triplet: A4, 59 and 4E. RGB value is (164,89,78). Sum of RGB (Red+Green+Blue) = 164+89+78=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A4594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4594E is #5BA6B1. Grayscale: #6E6E6E. Windows color (decimal): -6006450 or 5134756. OLE color: 5134756.

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

Color convert

RGB1648978-
CMYK00.460.520.36
HSL7.67º35.54%47.45%-
HSV(B)7.67º52.44%64.31%-
XYZ20.2615.599.15-
YUV110.17109.85166.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.55%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 78 (30.86% from 255) = 23.56%
R=49.55%
G=26.89%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164897800.460.520.367.6735.5447.45
HexA4594E02E34248242f
Octal2441311160566444104457
Binary101001001011001100111001011101101001001001000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4594E; }

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

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

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

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

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

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

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

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