Html Css Color HEX #AA4A11 Rust

📋 copy color: '#AA4A11'

red 170 ◦ green 74 ◦ blue 17

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

Shades of Rust #AA4A11

Tints of Rust #AA4A11

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.35%

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

R = 65.13%
G = 28.35%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA4A11 (or 0xAA4A11) is known color: Rust. HEX triplet: AA, 4A and 11. RGB value is (170,74,17). Sum of RGB (Red+Green+Blue) = 170+74+17=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4A11 is #55B5EE. Grayscale: #606060. Windows color (decimal): -5617135 or 1133226. OLE color: 1133226.

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

Color convert

RGB 170 74 17 -
CMYK 0 0.56 0.9 0.33
HSL 22.35º 0.82% 0.37% -
HSV(B) 22.35º 0.9% 0.67% -
XYZ 19.13 13.48 2.12 -
YUV 96.21 83.3 180.63 -
System Red Green Blue C M Y K H S L
Decimal 170 74 17 0 0.56 0.9 0.33 22.35 0.82 0.37
Hex AA 4A 11 0 38 5A 21 16 52 25
Octal 252 112 21 0 70 132 41 26 122 45
Binary 10101010 1001010 10001 0 111000 1011010 100001 10110 1010010 100101

Color Harmonies of #AA4A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A11

Black with #AA4A11

Text Example


Text Example

White with #AA4A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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