#a0574c

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

Shades of Crail #A0574C

Tints of Crail #A0574C

Color information

#A0574C (or 0xA0574C) is unknown color: approx Crail. HEX triplet: A0, 57 and 4C. RGB value is (160,87,76). Sum of RGB (Red+Green+Blue) = 160+87+76=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0574C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0574C is #5FA8B3. Grayscale: #6B6B6B. Windows color (decimal): -6269108 or 5003168. OLE color: 5003168.

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

Color convert

RGB1608776-
CMYK00.460.520.37
HSL7.86º35.59%46.27%-
HSV(B)7.86º52.5%62.75%-
XYZ19.2114.818.68-
YUV107.57110.18165.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.54%
GREEN value IS 87 (34.38% from 255) = 26.93%
BLUE value IS 76 (30.08% from 255) = 23.53%
R=49.54%
G=26.93%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160877600.460.520.377.8635.5946.27
HexA0574C02E34258242e
Octal2401271140566445104456
Binary101000001010111100110001011101101001001011000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0574c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0574c; }

 p { color: rgb(160,87,76); }

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

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

 a { background-color: rgb(160,87,76); }

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

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

 span { border-color: rgb(160,87,76); }

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