#AA462E

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

Shades of Rock Spray #AA462E

Tints of Rock Spray #AA462E

Color information

#AA462E (or 0xAA462E) is unknown color: approx Rock Spray. HEX triplet: AA, 46 and 2E. RGB value is (170,70,46). Sum of RGB (Red+Green+Blue) = 170+70+46=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA462E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA462E is #55B9D1. Grayscale: #616161. Windows color (decimal): -5618130 or 3032746. OLE color: 3032746.

HSL color Cylindrical-coordinate representation of color #AA462E: hue angle of 11.61º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA462E is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB1707046-
CMYK00.590.730.33
HSL11.61º57.41%42.35%-
HSV(B)11.61º72.94%66.67%-
XYZ19.2613.124.1-
YUV97.1699.13179.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.44%
GREEN value IS 70 (27.73% from 255) = 24.48%
BLUE value IS 46 (18.36% from 255) = 16.08%
R=59.44%
G=24.48%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170704600.590.730.3311.6157.4142.35
HexAA462E03B4921c392a
Octal2521065607311141147152
Binary101010101000110101110011101110010011000011100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA462E; }

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

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

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

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

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

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

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

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