Html Css Color HEX #AA4516 Rust

📋 copy color: '#AA4516'

red 170 ◦ green 69 ◦ blue 22

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

Shades of Rust #AA4516

Tints of Rust #AA4516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.44%

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

R = 65.13%
G = 26.44%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA4516 (or 0xAA4516) is known color: Rust. HEX triplet: AA, 45 and 16. RGB value is (170,69,22). Sum of RGB (Red+Green+Blue) = 170+69+22=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4516 is #55BAE9. Grayscale: #5E5E5E. Windows color (decimal): -5618410 or 1459626. OLE color: 1459626.

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

Color convert

RGB 170 69 22 -
CMYK 0 0.59 0.87 0.33
HSL 19.05º 0.77% 0.38% -
HSV(B) 19.05º 0.87% 0.67% -
XYZ 18.85 12.86 2.25 -
YUV 93.84 87.46 182.32 -
System Red Green Blue C M Y K H S L
Decimal 170 69 22 0 0.59 0.87 0.33 19.05 0.77 0.38
Hex AA 45 16 0 3B 57 21 13 4D 26
Octal 252 105 26 0 73 127 41 23 115 46
Binary 10101010 1000101 10110 0 111011 1010111 100001 10011 1001101 100110

Color Harmonies of #AA4516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4516

Black with #AA4516

Text Example


Text Example

White with #AA4516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4516; }

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

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

background-color css

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

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

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

border-color css

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

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

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