#A2462E

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

Shades of Rock Spray #A2462E

Tints of Rock Spray #A2462E

Color information

#A2462E (or 0xA2462E) is unknown color: approx Rock Spray. HEX triplet: A2, 46 and 2E. RGB value is (162,70,46). Sum of RGB (Red+Green+Blue) = 162+70+46=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A2462E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2462E is #5DB9D1. Grayscale: #5E5E5E. Windows color (decimal): -6142418 or 3032738. OLE color: 3032738.

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

Color convert

RGB1627046-
CMYK00.570.720.36
HSL12.41º55.77%40.78%-
HSV(B)12.41º71.6%63.53%-
XYZ17.5812.264.02-
YUV94.77100.48175.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.27%
GREEN value IS 70 (27.73% from 255) = 25.18%
BLUE value IS 46 (18.36% from 255) = 16.55%
R=58.27%
G=25.18%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162704600.570.720.3612.4155.7740.78
HexA2462E0394824c3829
Octal2421065607111044147051
Binary101000101000110101110011100110010001001001100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2462E; }

 p { color: rgb(162,70,46); }

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

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

 a { background-color: rgb(162,70,46); }

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

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

 span { border-color: rgb(162,70,46); }

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