#AA3D24

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

Shades of Rock Spray #AA3D24

Tints of Rock Spray #AA3D24

Color information

#AA3D24 (or 0xAA3D24) is unknown color: approx Rock Spray. HEX triplet: AA, 3D and 24. RGB value is (170,61,36). Sum of RGB (Red+Green+Blue) = 170+61+36=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3D24 is #55C2DB. Grayscale: #5A5A5A. Windows color (decimal): -5620444 or 2375082. OLE color: 2375082.

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

Color convert

RGB1706136-
CMYK00.640.790.33
HSL11.19º65.05%40.39%-
HSV(B)11.19º78.82%66.67%-
XYZ18.5612.013.01-
YUV90.7497.11184.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.67%
GREEN value IS 61 (24.22% from 255) = 22.85%
BLUE value IS 36 (14.45% from 255) = 13.48%
R=63.67%
G=22.85%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170613600.640.790.3311.1965.0540.39
HexAA3D240404F21b4128
Octal25275440100117411310150
Binary1010101011110110010001000000100111110000110111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3D24; }

 p { color: rgb(170,61,36); }

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

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

 a { background-color: rgb(170,61,36); }

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

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

 span { border-color: rgb(170,61,36); }

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