Html Css Color HEX #AA4717 Rust

📋 copy color: '#AA4717'

red 170 ◦ green 71 ◦ blue 23

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

Shades of Rust #AA4717

Tints of Rust #AA4717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.71%

R = 64.39%
G = 26.89%
B = 8.71%

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

#AA4717 (or 0xAA4717) is known color: Rust. HEX triplet: AA, 47 and 17. RGB value is (170,71,23). Sum of RGB (Red+Green+Blue) = 170+71+23=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4717 is #55B8E8. Grayscale: #5F5F5F. Windows color (decimal): -5617897 or 1525674. OLE color: 1525674.

HSL color Cylindrical-coordinate representation of color #AA4717: hue angle of 19.59º degrees, saturation: 0.76, 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 #AA4717 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 71 23 -
CMYK 0 0.58 0.86 0.33
HSL 19.59º 0.76% 0.38% -
HSV(B) 19.59º 0.86% 0.67% -
XYZ 18.99 13.11 2.34 -
YUV 95.13 87.3 181.4 -
System Red Green Blue C M Y K H S L
Decimal 170 71 23 0 0.58 0.86 0.33 19.59 0.76 0.38
Hex AA 47 17 0 3A 56 21 14 4C 26
Octal 252 107 27 0 72 126 41 24 114 46
Binary 10101010 1000111 10111 0 111010 1010110 100001 10100 1001100 100110

Color Harmonies of #AA4717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4717

Black with #AA4717

Text Example


Text Example

White with #AA4717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4717; }

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

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

background-color css

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

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

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

border-color css

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

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

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