#AA3C03

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

Shades of Rust #AA3C03

Tints of Rust #AA3C03

Color information

#AA3C03 (or 0xAA3C03) is unknown color: approx Rust. HEX triplet: AA, 3C and 03. RGB value is (170,60,3). Sum of RGB (Red+Green+Blue) = 170+60+3=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3C03 is #55C3FC. Grayscale: #565656. Windows color (decimal): -5620733 or 212138. OLE color: 212138.

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

Color convert

RGB170603-
CMYK00.650.980.33
HSL20.48º96.53%33.92%-
HSV(B)20.48º98.24%66.67%-
XYZ18.2111.781.4-
YUV86.3980.94187.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 72.96%
GREEN value IS 60 (23.83% from 255) = 25.75%
BLUE value IS 3 (1.56% from 255) = 1.29%
R=72.96%
G=25.75%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17060300.650.980.3320.4896.5333.92
HexAA3C30416221146122
Octal2527430101142412414142
Binary1010101011110011010000011100010100001101001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3C03; }

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

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

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

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

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

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

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

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