#AA4B16

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

Shades of Rust #AA4B16

Tints of Rust #AA4B16

Color information

#AA4B16 (or 0xAA4B16) is unknown color: approx Rust. HEX triplet: AA, 4B and 16. RGB value is (170,75,22). Sum of RGB (Red+Green+Blue) = 170+75+22=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4B16 is #55B4E9. Grayscale: #616161. Windows color (decimal): -5616874 or 1461162. OLE color: 1461162.

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

Color convert

RGB1707522-
CMYK00.560.870.33
HSL21.49º77.08%37.65%-
HSV(B)21.49º87.06%66.67%-
XYZ19.2413.642.38-
YUV97.3685.47179.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.67%
GREEN value IS 75 (29.69% from 255) = 28.09%
BLUE value IS 22 (8.98% from 255) = 8.24%
R=63.67%
G=28.09%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170752200.560.870.3321.4977.0837.65
HexAA4B160385721154d26
Octal25211326070127412511546
Binary1010101010010111011001110001010111100001101011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4B16; }

 p { color: rgb(170,75,22); }

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

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

 a { background-color: rgb(170,75,22); }

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

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

 span { border-color: rgb(170,75,22); }

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