#AA4803

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

Shades of Rust #AA4803

Tints of Rust #AA4803

Color information

#AA4803 (or 0xAA4803) is unknown color: approx Rust. HEX triplet: AA, 48 and 03. RGB value is (170,72,3). Sum of RGB (Red+Green+Blue) = 170+72+3=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4803 is #55B7FC. Grayscale: #5D5D5D. Windows color (decimal): -5617661 or 215210. OLE color: 215210.

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

Color convert

RGB170723-
CMYK00.580.980.33
HSL24.79º96.53%33.92%-
HSV(B)24.79º98.24%66.67%-
XYZ18.9113.191.63-
YUV93.4476.97182.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.39%
GREEN value IS 72 (28.52% from 255) = 29.39%
BLUE value IS 3 (1.56% from 255) = 1.22%
R=69.39%
G=29.39%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17072300.580.980.3324.7996.5333.92
HexAA48303A6221196122
Octal2521103072142413114142
Binary1010101010010001101110101100010100001110011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4803; }

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

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

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

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

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

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

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

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