#A0594E

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

Shades of Crail #A0594E

Tints of Crail #A0594E

Color information

#A0594E (or 0xA0594E) is unknown color: approx Crail. HEX triplet: A0, 59 and 4E. RGB value is (160,89,78). Sum of RGB (Red+Green+Blue) = 160+89+78=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A0594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0594E is #5FA6B1. Grayscale: #6D6D6D. Windows color (decimal): -6268594 or 5134752. OLE color: 5134752.

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

Color convert

RGB1608978-
CMYK00.440.510.37
HSL8.05º34.45%46.67%-
HSV(B)8.05º51.25%62.75%-
XYZ19.4415.179.11-
YUV108.98110.52164.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.93%
GREEN value IS 89 (35.16% from 255) = 27.22%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=48.93%
G=27.22%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160897800.440.510.378.0534.4546.67
HexA0594E02C33258222f
Octal2401311160546345104257
Binary101000001011001100111001011001100111001011000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0594E; }

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

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

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

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

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

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

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

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