#AA3A25

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

Shades of Rock Spray #AA3A25

Tints of Rock Spray #AA3A25

Color information

#AA3A25 (or 0xAA3A25) is unknown color: approx Rock Spray. HEX triplet: AA, 3A and 25. RGB value is (170,58,37). Sum of RGB (Red+Green+Blue) = 170+58+37=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3A25 is #55C5DA. Grayscale: #595959. Windows color (decimal): -5621211 or 2439850. OLE color: 2439850.

HSL color Cylindrical-coordinate representation of color #AA3A25: hue angle of 9.47º degrees, saturation: 0.64, 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 #AA3A25 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB1705837-
CMYK00.660.780.33
HSL9.47º64.25%40.59%-
HSV(B)9.47º78.24%66.67%-
XYZ18.4211.713.04-
YUV89.0998.61185.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.15%
GREEN value IS 58 (23.05% from 255) = 21.89%
BLUE value IS 37 (14.84% from 255) = 13.96%
R=64.15%
G=21.89%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170583700.660.780.339.4764.2540.59
HexAA3A250424E2194029
Octal25272450102116411110051
Binary1010101011101010010101000010100111010000110011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3A25; }

 p { color: rgb(170,58,37); }

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

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

 a { background-color: rgb(170,58,37); }

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

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

 span { border-color: rgb(170,58,37); }

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