Html Css Color HEX #AA5017 Rich Gold

📋 copy color: '#AA5017'

red 170 ◦ green 80 ◦ blue 23

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

Shades of Rich Gold #AA5017

Tints of Rich Gold #AA5017

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.3%

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

R = 62.27%
G = 29.3%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA5017 (or 0xAA5017) is known color: Rich Gold. HEX triplet: AA, 50 and 17. RGB value is (170,80,23). Sum of RGB (Red+Green+Blue) = 170+80+23=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5017 is #55AFE8. Grayscale: #646464. Windows color (decimal): -5615593 or 1527978. OLE color: 1527978.

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

Color convert

RGB 170 80 23 -
CMYK 0 0.53 0.86 0.33
HSL 23.27º 0.76% 0.38% -
HSV(B) 23.27º 0.86% 0.67% -
XYZ 19.6 14.35 2.55 -
YUV 100.41 84.32 177.63 -
System Red Green Blue C M Y K H S L
Decimal 170 80 23 0 0.53 0.86 0.33 23.27 0.76 0.38
Hex AA 50 17 0 35 56 21 17 4C 26
Octal 252 120 27 0 65 126 41 27 114 46
Binary 10101010 1010000 10111 0 110101 1010110 100001 10111 1001100 100110

Color Harmonies of #AA5017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5017

Black with #AA5017

Text Example


Text Example

White with #AA5017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5017; }

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

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

background-color css

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

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

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

border-color css

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

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

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