#AA4D02

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

Shades of Rust #AA4D02

Tints of Rust #AA4D02

Color information

#AA4D02 (or 0xAA4D02) is unknown color: approx Rust. HEX triplet: AA, 4D and 02. RGB value is (170,77,2). Sum of RGB (Red+Green+Blue) = 170+77+2=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4D02 is #55B2FD. Grayscale: #606060. Windows color (decimal): -5616382 or 150954. OLE color: 150954.

HSL color Cylindrical-coordinate representation of color #AA4D02: hue angle of 26.79º 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 #AA4D02 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB170772-
CMYK00.550.990.33
HSL26.79º97.67%33.73%-
HSV(B)26.79º98.82%66.67%-
XYZ19.2413.861.72-
YUV96.2674.81180.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68.27%
GREEN value IS 77 (30.47% from 255) = 30.92%
BLUE value IS 2 (1.17% from 255) = 0.80%
R=68.27%
G=30.92%
B=0.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17077200.550.990.3326.7997.6733.73
HexAA4D203763211b6222
Octal2521152067143413314242
Binary1010101010011011001101111100011100001110111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4D02; }

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

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

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

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

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

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

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

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