#AA3A21

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

Shades of Rock Spray #AA3A21

Tints of Rock Spray #AA3A21

Color information

#AA3A21 (or 0xAA3A21) is unknown color: approx Rock Spray. HEX triplet: AA, 3A and 21. RGB value is (170,58,33). Sum of RGB (Red+Green+Blue) = 170+58+33=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3A21 is #55C5DE. Grayscale: #585858. Windows color (decimal): -5621215 or 2177706. OLE color: 2177706.

HSL color Cylindrical-coordinate representation of color #AA3A21: hue angle of 10.95º 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 #AA3A21 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB1705833-
CMYK00.660.810.33
HSL10.95º67.49%39.8%-
HSV(B)10.95º80.59%66.67%-
XYZ18.3711.682.73-
YUV88.6496.61186.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 65.13%
GREEN value IS 58 (23.05% from 255) = 22.22%
BLUE value IS 33 (13.28% from 255) = 12.64%
R=65.13%
G=22.22%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170583300.660.810.3310.9567.4939.8
HexAA3A210425121b4328
Octal25272410102121411310350
Binary1010101011101010000101000010101000110000110111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3A21; }

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

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

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

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

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

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

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

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