Html Css Color HEX #AA5C17 Rich Gold

📋 copy color: '#AA5C17'

red 170 ◦ green 92 ◦ blue 23

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

Shades of Rich Gold #AA5C17

Tints of Rich Gold #AA5C17

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.28%

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

R = 59.65%
G = 32.28%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA5C17 (or 0xAA5C17) is known color: Rich Gold. HEX triplet: AA, 5C and 17. RGB value is (170,92,23). Sum of RGB (Red+Green+Blue) = 170+92+23=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5C17 is #55A3E8. Grayscale: #6B6B6B. Windows color (decimal): -5612521 or 1531050. OLE color: 1531050.

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

Color convert

RGB 170 92 23 -
CMYK 0 0.46 0.86 0.33
HSL 28.16º 0.76% 0.38% -
HSV(B) 28.16º 0.86% 0.67% -
XYZ 20.56 16.26 2.87 -
YUV 107.46 80.34 172.61 -
System Red Green Blue C M Y K H S L
Decimal 170 92 23 0 0.46 0.86 0.33 28.16 0.76 0.38
Hex AA 5C 17 0 2E 56 21 1C 4C 26
Octal 252 134 27 0 56 126 41 34 114 46
Binary 10101010 1011100 10111 0 101110 1010110 100001 11100 1001100 100110

Color Harmonies of #AA5C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5C17

Black with #AA5C17

Text Example


Text Example

White with #AA5C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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