#AA4322

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

Shades of Rock Spray #AA4322

Tints of Rock Spray #AA4322

Color information

#AA4322 (or 0xAA4322) is unknown color: approx Rock Spray. HEX triplet: AA, 43 and 22. RGB value is (170,67,34). Sum of RGB (Red+Green+Blue) = 170+67+34=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4322 is #55BCDD. Grayscale: #5E5E5E. Windows color (decimal): -5618910 or 2245546. OLE color: 2245546.

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

Color convert

RGB1706734-
CMYK00.610.800.33
HSL14.56º66.67%40%-
HSV(B)14.56º80%66.67%-
XYZ18.8712.682.97-
YUV94.0494.12182.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.73%
GREEN value IS 67 (26.56% from 255) = 24.72%
BLUE value IS 34 (13.67% from 255) = 12.55%
R=62.73%
G=24.72%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170673400.610.800.3314.5666.6740
HexAA432203D5021f4328
Octal25210342075120411710350
Binary1010101010000111000100111101101000010000111111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4322; }

 p { color: rgb(170,67,34); }

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

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

 a { background-color: rgb(170,67,34); }

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

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

 span { border-color: rgb(170,67,34); }

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