#AA3E21

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

Shades of Rock Spray #AA3E21

Tints of Rock Spray #AA3E21

Color information

#AA3E21 (or 0xAA3E21) is unknown color: approx Rock Spray. HEX triplet: AA, 3E and 21. RGB value is (170,62,33). Sum of RGB (Red+Green+Blue) = 170+62+33=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3E21 is #55C1DE. Grayscale: #5B5B5B. Windows color (decimal): -5620191 or 2178730. OLE color: 2178730.

HSL color Cylindrical-coordinate representation of color #AA3E21: hue angle of 12.7º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA3E21 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB1706233-
CMYK00.640.810.33
HSL12.7º67.49%39.8%-
HSV(B)12.7º80.59%66.67%-
XYZ18.5712.12.8-
YUV90.9995.28184.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.15%
GREEN value IS 62 (24.61% from 255) = 23.40%
BLUE value IS 33 (13.28% from 255) = 12.45%
R=64.15%
G=23.40%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170623300.640.810.3312.767.4939.8
HexAA3E210405121d4328
Octal25276410100121411510350
Binary1010101011111010000101000000101000110000111011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3E21; }

 p { color: rgb(170,62,33); }

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

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

 a { background-color: rgb(170,62,33); }

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

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

 span { border-color: rgb(170,62,33); }

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