#A0442C

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

Shades of Rock Spray #A0442C

Tints of Rock Spray #A0442C

Color information

#A0442C (or 0xA0442C) is unknown color: approx Rock Spray. HEX triplet: A0, 44 and 2C. RGB value is (160,68,44). Sum of RGB (Red+Green+Blue) = 160+68+44=272 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.82% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 160 - color contains mainly: red. Hex color #A0442C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0442C is #5FBBD3. Grayscale: #5C5C5C. Windows color (decimal): -6274004 or 2901152. OLE color: 2901152.

HSL color Cylindrical-coordinate representation of color #A0442C: hue angle of 12.41º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0442C is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB1606844-
CMYK00.570.720.37
HSL12.41º56.86%40%-
HSV(B)12.41º72.5%62.75%-
XYZ17.0211.793.76-
YUV92.77100.48175.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.82%
GREEN value IS 68 (26.95% from 255) = 25%
BLUE value IS 44 (17.58% from 255) = 16.18%
R=58.82%
G=25%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160684400.570.720.3712.4156.8640
HexA0442C0394825c3928
Octal2401045407111045147150
Binary101000001000100101100011100110010001001011100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0442C; }

 p { color: rgb(160,68,44); }

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

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

 a { background-color: rgb(160,68,44); }

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

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

 span { border-color: rgb(160,68,44); }

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