#A0574E

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

Shades of Crail #A0574E

Tints of Crail #A0574E

Color information

#A0574E (or 0xA0574E) is unknown color: approx Crail. HEX triplet: A0, 57 and 4E. RGB value is (160,87,78). Sum of RGB (Red+Green+Blue) = 160+87+78=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A0574E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0574E is #5FA8B1. Grayscale: #6B6B6B. Windows color (decimal): -6269106 or 5134240. OLE color: 5134240.

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

Color convert

RGB1608778-
CMYK00.460.510.37
HSL6.59º34.45%46.67%-
HSV(B)6.59º51.25%62.75%-
XYZ19.2814.849.06-
YUV107.8111.18165.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.23%
GREEN value IS 87 (34.38% from 255) = 26.77%
BLUE value IS 78 (30.86% from 255) = 24%
R=49.23%
G=26.77%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160877800.460.510.376.5934.4546.67
HexA0574E02E33257222f
Octal240127116056634574257
Binary10100000101011110011100101110110011100101111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0574E; }

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

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

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

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

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

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

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

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