#A2492C

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

Shades of Rock Spray #A2492C

Tints of Rock Spray #A2492C

Color information

#A2492C (or 0xA2492C) is unknown color: approx Rock Spray. HEX triplet: A2, 49 and 2C. RGB value is (162,73,44). Sum of RGB (Red+Green+Blue) = 162+73+44=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A2492C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2492C is #5DB6D3. Grayscale: #606060. Windows color (decimal): -6141652 or 2902434. OLE color: 2902434.

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

Color convert

RGB1627344-
CMYK00.550.730.36
HSL14.75º57.28%40.39%-
HSV(B)14.75º72.84%63.53%-
XYZ17.7412.633.89-
YUV96.398.49174.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.06%
GREEN value IS 73 (28.91% from 255) = 26.16%
BLUE value IS 44 (17.58% from 255) = 15.77%
R=58.06%
G=26.16%
B=15.77%

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
Decimal162734400.550.730.3614.7557.2840.39
HexA2492C0374924f3928
Octal2421115406711144177150
Binary101000101001001101100011011110010011001001111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2492C; }

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

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

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

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

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

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

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

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