#AA4126

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

Shades of Rock Spray #AA4126

Tints of Rock Spray #AA4126

Color information

#AA4126 (or 0xAA4126) is unknown color: approx Rock Spray. HEX triplet: AA, 41 and 26. RGB value is (170,65,38). Sum of RGB (Red+Green+Blue) = 170+65+38=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4126 is #55BED9. Grayscale: #5D5D5D. Windows color (decimal): -5619418 or 2507178. OLE color: 2507178.

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

Color convert

RGB1706538-
CMYK00.620.780.33
HSL12.27º63.46%40.78%-
HSV(B)12.27º77.65%66.67%-
XYZ18.8212.473.25-
YUV93.3296.79182.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.27%
GREEN value IS 65 (25.78% from 255) = 23.81%
BLUE value IS 38 (15.23% from 255) = 13.92%
R=62.27%
G=23.81%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170653800.620.780.3312.2763.4640.78
HexAA412603E4E21c3f29
Octal2521014607611641147751
Binary101010101000001100110011111010011101000011100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4126; }

 p { color: rgb(170,65,38); }

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

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

 a { background-color: rgb(170,65,38); }

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

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

 span { border-color: rgb(170,65,38); }

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