#AA3808

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

Shades of Rust #AA3808

Tints of Rust #AA3808

Color information

#AA3808 (or 0xAA3808) is unknown color: approx Rust. HEX triplet: AA, 38 and 08. RGB value is (170,56,8). Sum of RGB (Red+Green+Blue) = 170+56+8=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3808 is #55C7F7. Grayscale: #545454. Windows color (decimal): -5621752 or 538794. OLE color: 538794.

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

Color convert

RGB170568-
CMYK00.670.950.33
HSL17.78º91.01%34.9%-
HSV(B)17.78º95.29%66.67%-
XYZ18.0411.391.48-
YUV84.6184.77188.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 72.65%
GREEN value IS 56 (22.27% from 255) = 23.93%
BLUE value IS 8 (3.52% from 255) = 3.42%
R=72.65%
G=23.93%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17056800.670.950.3317.7891.0134.9
HexAA3880435F21125b23
Octal25270100103137412213343
Binary101010101110001000010000111011111100001100101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3808; }

 p { color: rgb(170,56,8); }

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

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

 a { background-color: rgb(170,56,8); }

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

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

 span { border-color: rgb(170,56,8); }

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