#A04431

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

Shades of Rock Spray #A04431

Tints of Rock Spray #A04431

Color information

#A04431 (or 0xA04431) is unknown color: approx Rock Spray. HEX triplet: A0, 44 and 31. RGB value is (160,68,49). Sum of RGB (Red+Green+Blue) = 160+68+49=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A04431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04431 is #5FBBCE. Grayscale: #5D5D5D. Windows color (decimal): -6273999 or 3228832. OLE color: 3228832.

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

Color convert

RGB1606849-
CMYK00.570.690.37
HSL10.27º53.11%40.98%-
HSV(B)10.27º69.38%62.75%-
XYZ17.1211.834.29-
YUV93.34102.98175.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.76%
GREEN value IS 68 (26.95% from 255) = 24.55%
BLUE value IS 49 (19.53% from 255) = 17.69%
R=57.76%
G=24.55%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160684900.570.690.3710.2753.1140.98
HexA044310394525a3529
Octal2401046107110545126551
Binary101000001000100110001011100110001011001011010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04431; }

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

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

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

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

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

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

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

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