Html Css Color HEX #AA4712 Rust

📋 copy color: '#AA4712'

red 170 ◦ green 71 ◦ blue 18

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

Shades of Rust #AA4712

Tints of Rust #AA4712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.41%

 BLUE value IS 18 (7.42% from 255) = 6.95%

R = 65.64%
G = 27.41%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA4712 (or 0xAA4712) is known color: Rust. HEX triplet: AA, 47 and 12. RGB value is (170,71,18). Sum of RGB (Red+Green+Blue) = 170+71+18=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4712 is #55B8ED. Grayscale: #5E5E5E. Windows color (decimal): -5617902 or 1197994. OLE color: 1197994.

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

Color convert

RGB 170 71 18 -
CMYK 0 0.58 0.89 0.33
HSL 20.92º 0.81% 0.37% -
HSV(B) 20.92º 0.89% 0.67% -
XYZ 18.94 13.1 2.1 -
YUV 94.56 84.8 181.81 -
System Red Green Blue C M Y K H S L
Decimal 170 71 18 0 0.58 0.89 0.33 20.92 0.81 0.37
Hex AA 47 12 0 3A 59 21 15 51 25
Octal 252 107 22 0 72 131 41 25 121 45
Binary 10101010 1000111 10010 0 111010 1011001 100001 10101 1010001 100101

Color Harmonies of #AA4712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4712

Black with #AA4712

Text Example


Text Example

White with #AA4712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4712; }

 p { color: rgb(170,71,18); }

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

background-color css

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

 a { background-color: rgb(170,71,18); }

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

border-color css

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

 span { border-color: rgb(170,71,18); }

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