#AA4817

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

Shades of Rust #AA4817

Tints of Rust #AA4817

Color information

#AA4817 (or 0xAA4817) is unknown color: approx Rust. HEX triplet: AA, 48 and 17. RGB value is (170,72,23). Sum of RGB (Red+Green+Blue) = 170+72+23=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4817 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4817 is #55B7E8. Grayscale: #606060. Windows color (decimal): -5617641 or 1525930. OLE color: 1525930.

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

Color convert

RGB1707223-
CMYK00.580.860.33
HSL20º76.17%37.84%-
HSV(B)20º86.47%66.67%-
XYZ19.0513.242.36-
YUV95.7286.97180.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.15%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 23 (9.38% from 255) = 8.68%
R=64.15%
G=27.17%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170722300.580.860.332076.1737.84
HexAA481703A5621144c26
Octal25211027072126412411446
Binary1010101010010001011101110101010110100001101001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4817; }

 p { color: rgb(170,72,23); }

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

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

 a { background-color: rgb(170,72,23); }

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

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

 span { border-color: rgb(170,72,23); }

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