Html Css Color HEX #AA4611 Rust

📋 copy color: '#AA4611'

red 170 ◦ green 70 ◦ blue 17

#AA4611
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #AA4611

Tints of Rust #AA4611

RGB

 RED value IS 170 (66.8% from 255) = 66.15%

 GREEN value IS 70 (27.73% from 255) = 27.24%

 BLUE value IS 17 (7.03% from 255) = 6.61%

R = 66.15%
G = 27.24%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA4611 (or 0xAA4611) is known color: Rust. HEX triplet: AA, 46 and 11. RGB value is (170,70,17). Sum of RGB (Red+Green+Blue) = 170+70+17=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4611 is #55B9EE. Grayscale: #5E5E5E. Windows color (decimal): -5618159 or 1132202. OLE color: 1132202.

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

Color convert

RGB 170 70 17 -
CMYK 0 0.59 0.9 0.33
HSL 20.78º 0.82% 0.37% -
HSV(B) 20.78º 0.9% 0.67% -
XYZ 18.87 12.97 2.04 -
YUV 93.86 84.63 182.31 -
System Red Green Blue C M Y K H S L
Decimal 170 70 17 0 0.59 0.9 0.33 20.78 0.82 0.37
Hex AA 46 11 0 3B 5A 21 15 52 25
Octal 252 106 21 0 73 132 41 25 122 45
Binary 10101010 1000110 10001 0 111011 1011010 100001 10101 1010010 100101

Color Harmonies of #AA4611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4611

Black with #AA4611

Text Example


Text Example

White with #AA4611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4611; }

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

 H1.HeaderClassName
 {
   color: #AA4611;
 }
 .AnyTagClassName
 {
   color: #AA4611;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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