Html Css Color HEX #AA4F11 Rust

📋 copy color: '#AA4F11'

red 170 ◦ green 79 ◦ blue 17

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

Shades of Rust #AA4F11

Tints of Rust #AA4F11

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.7%

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

R = 63.91%
G = 29.7%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA4F11 (or 0xAA4F11) is known color: Rust. HEX triplet: AA, 4F and 11. RGB value is (170,79,17). Sum of RGB (Red+Green+Blue) = 170+79+17=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4F11 is #55B0EE. Grayscale: #636363. Windows color (decimal): -5615855 or 1134506. OLE color: 1134506.

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

Color convert

RGB 170 79 17 -
CMYK 0 0.54 0.9 0.33
HSL 24.31º 0.82% 0.37% -
HSV(B) 24.31º 0.9% 0.67% -
XYZ 19.47 14.18 2.24 -
YUV 99.14 81.65 178.54 -
System Red Green Blue C M Y K H S L
Decimal 170 79 17 0 0.54 0.9 0.33 24.31 0.82 0.37
Hex AA 4F 11 0 36 5A 21 18 52 25
Octal 252 117 21 0 66 132 41 30 122 45
Binary 10101010 1001111 10001 0 110110 1011010 100001 11000 1010010 100101

Color Harmonies of #AA4F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4F11

Black with #AA4F11

Text Example


Text Example

White with #AA4F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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