Html Css Color HEX #AA4716 Rust

📋 copy color: '#AA4716'

red 170 ◦ green 71 ◦ blue 22

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

Shades of Rust #AA4716

Tints of Rust #AA4716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.37%

R = 64.64%
G = 27%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA4716 (or 0xAA4716) is known color: Rust. HEX triplet: AA, 47 and 16. RGB value is (170,71,22). Sum of RGB (Red+Green+Blue) = 170+71+22=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4716 is #55B8E9. Grayscale: #5F5F5F. Windows color (decimal): -5617898 or 1460138. OLE color: 1460138.

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

Color convert

RGB 170 71 22 -
CMYK 0 0.58 0.87 0.33
HSL 19.86º 0.77% 0.38% -
HSV(B) 19.86º 0.87% 0.67% -
XYZ 18.98 13.11 2.29 -
YUV 95.02 86.8 181.48 -
System Red Green Blue C M Y K H S L
Decimal 170 71 22 0 0.58 0.87 0.33 19.86 0.77 0.38
Hex AA 47 16 0 3A 57 21 14 4D 26
Octal 252 107 26 0 72 127 41 24 115 46
Binary 10101010 1000111 10110 0 111010 1010111 100001 10100 1001101 100110

Color Harmonies of #AA4716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4716

Black with #AA4716

Text Example


Text Example

White with #AA4716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4716; }

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

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

background-color css

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

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

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

border-color css

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

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

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