#AA4321

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

Shades of Rock Spray #AA4321

Tints of Rock Spray #AA4321

Color information

#AA4321 (or 0xAA4321) is unknown color: approx Rock Spray. HEX triplet: AA, 43 and 21. RGB value is (170,67,33). Sum of RGB (Red+Green+Blue) = 170+67+33=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4321 is #55BCDE. Grayscale: #5E5E5E. Windows color (decimal): -5618911 or 2180010. OLE color: 2180010.

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

Color convert

RGB1706733-
CMYK00.610.810.33
HSL14.89º67.49%39.8%-
HSV(B)14.89º80.59%66.67%-
XYZ18.8612.672.89-
YUV93.9293.62182.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.96%
GREEN value IS 67 (26.56% from 255) = 24.81%
BLUE value IS 33 (13.28% from 255) = 12.22%
R=62.96%
G=24.81%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170673300.610.810.3314.8967.4939.8
HexAA432103D5121f4328
Octal25210341075121411710350
Binary1010101010000111000010111101101000110000111111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4321; }

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

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

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

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

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

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

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

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