Html Css Color HEX #AA4C11 Rust

📋 copy color: '#AA4C11'

red 170 ◦ green 76 ◦ blue 17

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

Shades of Rust #AA4C11

Tints of Rust #AA4C11

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.9%

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

R = 64.64%
G = 28.9%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA4C11 (or 0xAA4C11) is known color: Rust. HEX triplet: AA, 4C and 11. RGB value is (170,76,17). Sum of RGB (Red+Green+Blue) = 170+76+17=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4C11 is #55B3EE. Grayscale: #616161. Windows color (decimal): -5616623 or 1133738. OLE color: 1133738.

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

Color convert

RGB 170 76 17 -
CMYK 0 0.55 0.9 0.33
HSL 23.14º 0.82% 0.37% -
HSV(B) 23.14º 0.9% 0.67% -
XYZ 19.26 13.76 2.17 -
YUV 97.38 82.64 179.8 -
System Red Green Blue C M Y K H S L
Decimal 170 76 17 0 0.55 0.9 0.33 23.14 0.82 0.37
Hex AA 4C 11 0 37 5A 21 17 52 25
Octal 252 114 21 0 67 132 41 27 122 45
Binary 10101010 1001100 10001 0 110111 1011010 100001 10111 1010010 100101

Color Harmonies of #AA4C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4C11

Black with #AA4C11

Text Example


Text Example

White with #AA4C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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