#A1492D

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

Shades of Rock Spray #A1492D

Tints of Rock Spray #A1492D

Color information

#A1492D (or 0xA1492D) is unknown color: approx Rock Spray. HEX triplet: A1, 49 and 2D. RGB value is (161,73,45). Sum of RGB (Red+Green+Blue) = 161+73+45=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A1492D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1492D is #5EB6D2. Grayscale: #606060. Windows color (decimal): -6207187 or 2967969. OLE color: 2967969.

HSL color Cylindrical-coordinate representation of color #A1492D: hue angle of 14.48º 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 #A1492D is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB1617345-
CMYK00.550.720.37
HSL14.48º56.31%40.39%-
HSV(B)14.48º72.05%63.14%-
XYZ17.5512.533.98-
YUV96.1299.15174.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.71%
GREEN value IS 73 (28.91% from 255) = 26.16%
BLUE value IS 45 (17.97% from 255) = 16.13%
R=57.71%
G=26.16%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161734500.550.720.3714.4856.3140.39
HexA1492D0374825e3828
Octal2411115506711045167050
Binary101000011001001101101011011110010001001011110111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1492D; }

 p { color: rgb(161,73,45); }

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

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

 a { background-color: rgb(161,73,45); }

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

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

 span { border-color: rgb(161,73,45); }

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