Html Css Color HEX #AA4917 Rust

📋 copy color: '#AA4917'

red 170 ◦ green 73 ◦ blue 23

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

Shades of Rust #AA4917

Tints of Rust #AA4917

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.44%

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

R = 63.91%
G = 27.44%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA4917 (or 0xAA4917) is known color: Rust. HEX triplet: AA, 49 and 17. RGB value is (170,73,23). Sum of RGB (Red+Green+Blue) = 170+73+23=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4917 is #55B6E8. Grayscale: #606060. Windows color (decimal): -5617385 or 1526186. OLE color: 1526186.

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

Color convert

RGB 170 73 23 -
CMYK 0 0.57 0.86 0.33
HSL 20.41º 0.76% 0.38% -
HSV(B) 20.41º 0.86% 0.67% -
XYZ 19.11 13.37 2.38 -
YUV 96.3 86.64 180.57 -
System Red Green Blue C M Y K H S L
Decimal 170 73 23 0 0.57 0.86 0.33 20.41 0.76 0.38
Hex AA 49 17 0 39 56 21 14 4C 26
Octal 252 111 27 0 71 126 41 24 114 46
Binary 10101010 1001001 10111 0 111001 1010110 100001 10100 1001100 100110

Color Harmonies of #AA4917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4917

Black with #AA4917

Text Example


Text Example

White with #AA4917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4917; }

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

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

background-color css

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

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

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

border-color css

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

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

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