#A4492C

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

Shades of Rock Spray #A4492C

Tints of Rock Spray #A4492C

Color information

#A4492C (or 0xA4492C) is unknown color: approx Rock Spray. HEX triplet: A4, 49 and 2C. RGB value is (164,73,44). Sum of RGB (Red+Green+Blue) = 164+73+44=281 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.36% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 164 - color contains mainly: red. Hex color #A4492C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4492C is #5BB6D3. Grayscale: #616161. Windows color (decimal): -6010580 or 2902436. OLE color: 2902436.

HSL color Cylindrical-coordinate representation of color #A4492C: hue angle of 14.5º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4492C is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB1647344-
CMYK00.550.730.36
HSL14.5º57.69%40.78%-
HSV(B)14.5º73.17%64.31%-
XYZ18.1512.843.9-
YUV96.998.15175.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.36%
GREEN value IS 73 (28.91% from 255) = 25.98%
BLUE value IS 44 (17.58% from 255) = 15.66%
R=58.36%
G=25.98%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164734400.550.730.3614.557.6940.78
HexA4492C0374924f3a29
Octal2441115406711144177251
Binary101001001001001101100011011110010011001001111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4492C; }

 p { color: rgb(164,73,44); }

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

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

 a { background-color: rgb(164,73,44); }

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

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

 span { border-color: rgb(164,73,44); }

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