#a44831

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

Shades of Rock Spray #A44831

Tints of Rock Spray #A44831

Color information

#A44831 (or 0xA44831) is unknown color: approx Rock Spray. HEX triplet: A4, 48 and 31. RGB value is (164,72,49). Sum of RGB (Red+Green+Blue) = 164+72+49=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A44831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44831 is #5BB7CE. Grayscale: #616161. Windows color (decimal): -6010831 or 3229860. OLE color: 3229860.

HSL color Cylindrical-coordinate representation of color #A44831: hue angle of 12º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A44831 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB1647249-
CMYK00.560.700.36
HSL12º53.99%41.76%-
HSV(B)12º70.12%64.31%-
XYZ18.1812.754.41-
YUV96.89100.98175.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.54%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 49 (19.53% from 255) = 17.19%
R=57.54%
G=25.26%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164724900.560.700.361253.9941.76
HexA448310384624c362a
Octal2441106107010644146652
Binary101001001001000110001011100010001101001001100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a44831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a44831; }

 p { color: rgb(164,72,49); }

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

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

 a { background-color: rgb(164,72,49); }

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

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

 span { border-color: rgb(164,72,49); }

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