#a0442d

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

Shades of Rock Spray #A0442D

Tints of Rock Spray #A0442D

Color information

#A0442D (or 0xA0442D) is unknown color: approx Rock Spray. HEX triplet: A0, 44 and 2D. RGB value is (160,68,45). Sum of RGB (Red+Green+Blue) = 160+68+45=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A0442D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0442D is #5FBBD2. Grayscale: #5D5D5D. Windows color (decimal): -6274003 or 2966688. OLE color: 2966688.

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

Color convert

RGB1606845-
CMYK00.570.720.37
HSL12º56.1%40.2%-
HSV(B)12º71.88%62.75%-
XYZ17.0411.83.86-
YUV92.89100.98175.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.61%
GREEN value IS 68 (26.95% from 255) = 24.91%
BLUE value IS 45 (17.97% from 255) = 16.48%
R=58.61%
G=24.91%
B=16.48%

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
Decimal160684500.570.720.371256.140.2
HexA0442D0394825c3828
Octal2401045507111045147050
Binary101000001000100101101011100110010001001011100111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0442d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0442d; }

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

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

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

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

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

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

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

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