#AA420C

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

Shades of Rust #AA420C

Tints of Rust #AA420C

Color information

#AA420C (or 0xAA420C) is unknown color: approx Rust. HEX triplet: AA, 42 and 0C. RGB value is (170,66,12). Sum of RGB (Red+Green+Blue) = 170+66+12=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA420C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA420C is #55BDF3. Grayscale: #5B5B5B. Windows color (decimal): -5619188 or 803498. OLE color: 803498.

HSL color Cylindrical-coordinate representation of color #AA420C: hue angle of 20.51º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA420C is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB1706612-
CMYK00.610.930.33
HSL20.51º86.81%35.69%-
HSV(B)20.51º92.94%66.67%-
XYZ18.5912.471.77-
YUV90.9483.46184.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68.55%
GREEN value IS 66 (26.17% from 255) = 26.61%
BLUE value IS 12 (5.08% from 255) = 4.84%
R=68.55%
G=26.61%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170661200.610.930.3320.5186.8135.69
HexAA42C03D5D21155724
Octal25210214075135412512744
Binary101010101000010110001111011011101100001101011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA420C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA420C; }

 p { color: rgb(170,66,12); }

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

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

 a { background-color: rgb(170,66,12); }

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

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

 span { border-color: rgb(170,66,12); }

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