#AA4717

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

Shades of Rust #AA4717

Tints of Rust #AA4717

Color information

#AA4717 (or 0xAA4717) is unknown color: approx Rust. HEX triplet: AA, 47 and 17. RGB value is (170,71,23). Sum of RGB (Red+Green+Blue) = 170+71+23=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4717 is #55B8E8. Grayscale: #5F5F5F. Windows color (decimal): -5617897 or 1525674. OLE color: 1525674.

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

Color convert

RGB1707123-
CMYK00.580.860.33
HSL19.59º76.17%37.84%-
HSV(B)19.59º86.47%66.67%-
XYZ18.9913.112.34-
YUV95.1387.3181.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.39%
GREEN value IS 71 (28.12% from 255) = 26.89%
BLUE value IS 23 (9.38% from 255) = 8.71%
R=64.39%
G=26.89%
B=8.71%

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
Decimal170712300.580.860.3319.5976.1737.84
HexAA471703A5621144c26
Octal25210727072126412411446
Binary1010101010001111011101110101010110100001101001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4717; }

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

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

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

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

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

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

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

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