#AA4508

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

Shades of Rust #AA4508

Tints of Rust #AA4508

Color information

#AA4508 (or 0xAA4508) is unknown color: approx Rust. HEX triplet: AA, 45 and 08. RGB value is (170,69,8). Sum of RGB (Red+Green+Blue) = 170+69+8=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4508 is #55BAF7. Grayscale: #5C5C5C. Windows color (decimal): -5618424 or 542122. OLE color: 542122.

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

Color convert

RGB170698-
CMYK00.590.950.33
HSL22.59º91.01%34.9%-
HSV(B)22.59º95.29%66.67%-
XYZ18.7512.821.72-
YUV92.2480.46183.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68.83%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 8 (3.52% from 255) = 3.24%
R=68.83%
G=27.94%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17069800.590.950.3322.5991.0134.9
HexAA45803B5F21175b23
Octal25210510073137412713343
Binary101010101000101100001110111011111100001101111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4508; }

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

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

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

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

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

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

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

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