#AA2806

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

Shades of Rust #AA2806

Tints of Rust #AA2806

Color information

#AA2806 (or 0xAA2806) is unknown color: approx Rust. HEX triplet: AA, 28 and 06. RGB value is (170,40,6). Sum of RGB (Red+Green+Blue) = 170+40+6=216 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.70% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 6 (2.73% from 255 or 2.78% from 216); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2806 is #55D7F9. Grayscale: #4B4B4B. Windows color (decimal): -5625850 or 403626. OLE color: 403626.

HSL color Cylindrical-coordinate representation of color #AA2806: hue angle of 12.44º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA2806 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB170406-
CMYK00.760.960.33
HSL12.44º93.18%34.51%-
HSV(B)12.44º96.47%66.67%-
XYZ17.3710.081.2-
YUV74.9989.07195.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 78.70%
GREEN value IS 40 (16.02% from 255) = 18.52%
BLUE value IS 6 (2.73% from 255) = 2.78%
R=78.70%
G=18.52%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17040600.760.960.3312.4493.1834.51
HexAA28604C6021c5d23
Octal2525060114140411413543
Binary1010101010100011001001100110000010000111001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2806; }

 p { color: rgb(170,40,6); }

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

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

 a { background-color: rgb(170,40,6); }

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

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

 span { border-color: rgb(170,40,6); }

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