#AA461A

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

Shades of Rust #AA461A

Tints of Rust #AA461A

Color information

#AA461A (or 0xAA461A) is unknown color: approx Rust. HEX triplet: AA, 46 and 1A. RGB value is (170,70,26). Sum of RGB (Red+Green+Blue) = 170+70+26=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA461A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA461A is #55B9E5. Grayscale: #5F5F5F. Windows color (decimal): -5618150 or 1722026. OLE color: 1722026.

HSL color Cylindrical-coordinate representation of color #AA461A: hue angle of 18.33º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA461A is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB1707026-
CMYK00.590.850.33
HSL18.33º73.47%38.43%-
HSV(B)18.33º84.71%66.67%-
XYZ18.95132.49-
YUV94.8889.13181.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.91%
GREEN value IS 70 (27.73% from 255) = 26.32%
BLUE value IS 26 (10.55% from 255) = 9.77%
R=63.91%
G=26.32%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170702600.590.850.3318.3373.4738.43
HexAA461A03B5521124926
Octal25210632073125412211146
Binary1010101010001101101001110111010101100001100101001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA461A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA461A; }

 p { color: rgb(170,70,26); }

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

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

 a { background-color: rgb(170,70,26); }

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

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

 span { border-color: rgb(170,70,26); }

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