#AA5208

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

Shades of Rust #AA5208

Tints of Rust #AA5208

Color information

#AA5208 (or 0xAA5208) is unknown color: approx Rust. HEX triplet: AA, 52 and 08. RGB value is (170,82,8). Sum of RGB (Red+Green+Blue) = 170+82+8=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5208 is #55ADF7. Grayscale: #646464. Windows color (decimal): -5615096 or 545450. OLE color: 545450.

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

Color convert

RGB170828-
CMYK00.520.950.33
HSL27.41º91.01%34.9%-
HSV(B)27.41º95.29%66.67%-
XYZ19.6414.62.01-
YUV99.8876.15178.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 65.38%
GREEN value IS 82 (32.42% from 255) = 31.54%
BLUE value IS 8 (3.52% from 255) = 3.08%
R=65.38%
G=31.54%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17082800.520.950.3327.4191.0134.9
HexAA5280345F211b5b23
Octal25212210064137413313343
Binary101010101010010100001101001011111100001110111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5208; }

 p { color: rgb(170,82,8); }

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

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

 a { background-color: rgb(170,82,8); }

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

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

 span { border-color: rgb(170,82,8); }

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