#AA422A

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

Shades of Rock Spray #AA422A

Tints of Rock Spray #AA422A

Color information

#AA422A (or 0xAA422A) is unknown color: approx Rock Spray. HEX triplet: AA, 42 and 2A. RGB value is (170,66,42). Sum of RGB (Red+Green+Blue) = 170+66+42=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA422A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA422A is #55BDD5. Grayscale: #5E5E5E. Windows color (decimal): -5619158 or 2769578. OLE color: 2769578.

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

Color convert

RGB1706642-
CMYK00.610.750.33
HSL11.25º60.38%41.57%-
HSV(B)11.25º75.29%66.67%-
XYZ18.9412.613.63-
YUV94.3698.46181.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.15%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 42 (16.80% from 255) = 15.11%
R=61.15%
G=23.74%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170664200.610.750.3311.2560.3841.57
HexAA422A03D4B21b3c2a
Octal2521025207511341137452
Binary101010101000010101010011110110010111000011011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA422A; }

 p { color: rgb(170,66,42); }

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

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

 a { background-color: rgb(170,66,42); }

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

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

 span { border-color: rgb(170,66,42); }

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