#A4594B

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

Shades of Crail #A4594B

Tints of Crail #A4594B

Color information

#A4594B (or 0xA4594B) is unknown color: approx Crail. HEX triplet: A4, 59 and 4B. RGB value is (164,89,75). Sum of RGB (Red+Green+Blue) = 164+89+75=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A4594B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4594B is #5BA6B4. Grayscale: #6D6D6D. Windows color (decimal): -6006453 or 4938148. OLE color: 4938148.

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

Color convert

RGB1648975-
CMYK00.460.540.36
HSL9.44º37.24%46.86%-
HSV(B)9.44º54.27%64.31%-
XYZ20.1515.558.6-
YUV109.83108.35166.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 75 (29.69% from 255) = 22.87%
R=50%
G=27.13%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164897500.460.540.369.4437.2446.86
HexA4594B02E36249252f
Octal2441311130566644114557
Binary101001001011001100101101011101101101001001001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4594B; }

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

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

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

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

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

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

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

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