Html Css Color HEX #AA5A17 Rich Gold

📋 copy color: '#AA5A17'

red 170 ◦ green 90 ◦ blue 23

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

Shades of Rich Gold #AA5A17

Tints of Rich Gold #AA5A17

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.8%

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

R = 60.07%
G = 31.8%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA5A17 (or 0xAA5A17) is known color: Rich Gold. HEX triplet: AA, 5A and 17. RGB value is (170,90,23). Sum of RGB (Red+Green+Blue) = 170+90+23=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5A17 is #55A5E8. Grayscale: #6A6A6A. Windows color (decimal): -5613033 or 1530538. OLE color: 1530538.

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

Color convert

RGB 170 90 23 -
CMYK 0 0.47 0.86 0.33
HSL 27.35º 0.76% 0.38% -
HSV(B) 27.35º 0.86% 0.67% -
XYZ 20.39 15.92 2.81 -
YUV 106.28 81 173.45 -
System Red Green Blue C M Y K H S L
Decimal 170 90 23 0 0.47 0.86 0.33 27.35 0.76 0.38
Hex AA 5A 17 0 2F 56 21 1B 4C 26
Octal 252 132 27 0 57 126 41 33 114 46
Binary 10101010 1011010 10111 0 101111 1010110 100001 11011 1001100 100110

Color Harmonies of #AA5A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A17

Black with #AA5A17

Text Example


Text Example

White with #AA5A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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