Html Css Color HEX #AA5917 Rich Gold

📋 copy color: '#AA5917'

red 170 ◦ green 89 ◦ blue 23

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

Shades of Rich Gold #AA5917

Tints of Rich Gold #AA5917

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.56%

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

R = 60.28%
G = 31.56%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA5917 (or 0xAA5917) is known color: Rich Gold. HEX triplet: AA, 59 and 17. RGB value is (170,89,23). Sum of RGB (Red+Green+Blue) = 170+89+23=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5917 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5917 is #55A6E8. Grayscale: #6A6A6A. Windows color (decimal): -5613289 or 1530282. OLE color: 1530282.

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

Color convert

RGB 170 89 23 -
CMYK 0 0.48 0.86 0.33
HSL 26.94º 0.76% 0.38% -
HSV(B) 26.94º 0.86% 0.67% -
XYZ 20.3 15.75 2.78 -
YUV 105.7 81.34 173.87 -
System Red Green Blue C M Y K H S L
Decimal 170 89 23 0 0.48 0.86 0.33 26.94 0.76 0.38
Hex AA 59 17 0 30 56 21 1B 4C 26
Octal 252 131 27 0 60 126 41 33 114 46
Binary 10101010 1011001 10111 0 110000 1010110 100001 11011 1001100 100110

Color Harmonies of #AA5917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5917

Black with #AA5917

Text Example


Text Example

White with #AA5917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5917; }

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

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

background-color css

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

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

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

border-color css

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

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

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