#AA4027

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

Shades of Rock Spray #AA4027

Tints of Rock Spray #AA4027

Color information

#AA4027 (or 0xAA4027) is unknown color: approx Rock Spray. HEX triplet: AA, 40 and 27. RGB value is (170,64,39). Sum of RGB (Red+Green+Blue) = 170+64+39=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4027 is #55BFD8. Grayscale: #5D5D5D. Windows color (decimal): -5619673 or 2572458. OLE color: 2572458.

HSL color Cylindrical-coordinate representation of color #AA4027: hue angle of 11.45º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA4027 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB1706439-
CMYK00.620.770.33
HSL11.45º62.68%40.98%-
HSV(B)11.45º77.06%66.67%-
XYZ18.7812.363.32-
YUV92.8497.62183.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.27%
GREEN value IS 64 (25.39% from 255) = 23.44%
BLUE value IS 39 (15.62% from 255) = 14.29%
R=62.27%
G=23.44%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170643900.620.770.3311.4562.6840.98
HexAA402703E4D21b3f29
Octal2521004707611541137751
Binary101010101000000100111011111010011011000011011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4027; }

 p { color: rgb(170,64,39); }

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

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

 a { background-color: rgb(170,64,39); }

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

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

 span { border-color: rgb(170,64,39); }

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