Html Css Color HEX #AA4A17 Rust

📋 copy color: '#AA4A17'

red 170 ◦ green 74 ◦ blue 23

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

Shades of Rust #AA4A17

Tints of Rust #AA4A17

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.72%

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

R = 63.67%
G = 27.72%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA4A17 (or 0xAA4A17) is known color: Rust. HEX triplet: AA, 4A and 17. RGB value is (170,74,23). Sum of RGB (Red+Green+Blue) = 170+74+23=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4A17 is #55B5E8. Grayscale: #616161. Windows color (decimal): -5617129 or 1526442. OLE color: 1526442.

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

Color convert

RGB 170 74 23 -
CMYK 0 0.56 0.86 0.33
HSL 20.82º 0.76% 0.38% -
HSV(B) 20.82º 0.86% 0.67% -
XYZ 19.18 13.51 2.41 -
YUV 96.89 86.3 180.15 -
System Red Green Blue C M Y K H S L
Decimal 170 74 23 0 0.56 0.86 0.33 20.82 0.76 0.38
Hex AA 4A 17 0 38 56 21 15 4C 26
Octal 252 112 27 0 70 126 41 25 114 46
Binary 10101010 1001010 10111 0 111000 1010110 100001 10101 1001100 100110

Color Harmonies of #AA4A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A17

Black with #AA4A17

Text Example


Text Example

White with #AA4A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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