#AA4818

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

Shades of Rust #AA4818

Tints of Rust #AA4818

Color information

#AA4818 (or 0xAA4818) is unknown color: approx Rust. HEX triplet: AA, 48 and 18. RGB value is (170,72,24). Sum of RGB (Red+Green+Blue) = 170+72+24=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4818 is #55B7E7. Grayscale: #606060. Windows color (decimal): -5617640 or 1591466. OLE color: 1591466.

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

Color convert

RGB1707224-
CMYK00.580.860.33
HSL19.73º75.26%38.04%-
HSV(B)19.73º85.88%66.67%-
XYZ19.0613.252.42-
YUV95.8387.47180.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.91%
GREEN value IS 72 (28.52% from 255) = 27.07%
BLUE value IS 24 (9.77% from 255) = 9.02%
R=63.91%
G=27.07%
B=9.02%

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
Decimal170722400.580.860.3319.7375.2638.04
HexAA481803A5621144b26
Octal25211030072126412411346
Binary1010101010010001100001110101010110100001101001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4818; }

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

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

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

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

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

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

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

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