#AA510F

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

Shades of Rust #AA510F

Tints of Rust #AA510F

Color information

#AA510F (or 0xAA510F) is unknown color: approx Rust. HEX triplet: AA, 51 and 0F. RGB value is (170,81,15). Sum of RGB (Red+Green+Blue) = 170+81+15=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA510F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA510F is #55AEF0. Grayscale: #646464. Windows color (decimal): -5615345 or 1003946. OLE color: 1003946.

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

Color convert

RGB1708115-
CMYK00.520.910.33
HSL25.55º83.78%36.27%-
HSV(B)25.55º91.18%66.67%-
XYZ19.6114.472.21-
YUV100.0979.99177.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.91%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 15 (6.25% from 255) = 5.64%
R=63.91%
G=30.45%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170811500.520.910.3325.5583.7836.27
HexAA51F0345B211a5424
Octal25212117064133413212444
Binary101010101010001111101101001011011100001110101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA510F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA510F; }

 p { color: rgb(170,81,15); }

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

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

 a { background-color: rgb(170,81,15); }

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

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

 span { border-color: rgb(170,81,15); }

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