#A0544C

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

Shades of Crail #A0544C

Tints of Crail #A0544C

Color information

#A0544C (or 0xA0544C) is unknown color: approx Crail. HEX triplet: A0, 54 and 4C. RGB value is (160,84,76). Sum of RGB (Red+Green+Blue) = 160+84+76=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0544C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0544C is #5FABB3. Grayscale: #696969. Windows color (decimal): -6269876 or 5002400. OLE color: 5002400.

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

Color convert

RGB1608476-
CMYK00.480.520.37
HSL5.71º35.59%46.27%-
HSV(B)5.71º52.5%62.75%-
XYZ18.9714.348.6-
YUV105.81111.18166.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 26.25%
BLUE value IS 76 (30.08% from 255) = 23.75%
R=50%
G=26.25%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160847600.480.520.375.7135.5946.27
HexA0544C03034256242e
Octal240124114060644564456
Binary10100000101010010011000110000110100100101110100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0544C; }

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

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

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

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

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

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

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

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