#AA4A02

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

Shades of Rust #AA4A02

Tints of Rust #AA4A02

Color information

#AA4A02 (or 0xAA4A02) is unknown color: approx Rust. HEX triplet: AA, 4A and 02. RGB value is (170,74,2). Sum of RGB (Red+Green+Blue) = 170+74+2=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4A02 is #55B5FD. Grayscale: #5E5E5E. Windows color (decimal): -5617150 or 150186. OLE color: 150186.

HSL color Cylindrical-coordinate representation of color #AA4A02: hue angle of 25.71º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA4A02 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB170742-
CMYK00.560.990.33
HSL25.71º97.67%33.73%-
HSV(B)25.71º98.82%66.67%-
XYZ19.0413.451.65-
YUV94.575.8181.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.11%
GREEN value IS 74 (29.30% from 255) = 30.08%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=69.11%
G=30.08%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17074200.560.990.3325.7197.6733.73
HexAA4A203863211a6222
Octal2521122070143413214242
Binary1010101010010101001110001100011100001110101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A02; }

 p { color: rgb(170,74,2); }

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

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

 a { background-color: rgb(170,74,2); }

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

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

 span { border-color: rgb(170,74,2); }

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