Html Css Color HEX #AA4718 Rust

📋 copy color: '#AA4718'

red 170 ◦ green 71 ◦ blue 24

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

Shades of Rust #AA4718

Tints of Rust #AA4718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.06%

R = 64.15%
G = 26.79%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA4718 (or 0xAA4718) is known color: Rust. HEX triplet: AA, 47 and 18. RGB value is (170,71,24). Sum of RGB (Red+Green+Blue) = 170+71+24=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4718 is #55B8E7. Grayscale: #5F5F5F. Windows color (decimal): -5617896 or 1591210. OLE color: 1591210.

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

Color convert

RGB 170 71 24 -
CMYK 0 0.58 0.86 0.33
HSL 19.32º 0.75% 0.38% -
HSV(B) 19.32º 0.86% 0.67% -
XYZ 19 13.12 2.4 -
YUV 95.24 87.8 181.32 -
System Red Green Blue C M Y K H S L
Decimal 170 71 24 0 0.58 0.86 0.33 19.32 0.75 0.38
Hex AA 47 18 0 3A 56 21 13 4B 26
Octal 252 107 30 0 72 126 41 23 113 46
Binary 10101010 1000111 11000 0 111010 1010110 100001 10011 1001011 100110

Color Harmonies of #AA4718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4718

Black with #AA4718

Text Example


Text Example

White with #AA4718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4718; }

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

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

background-color css

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

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

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

border-color css

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

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

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