Html Css Color HEX #AA5720 Rich Gold

📋 copy color: '#AA5720'

red 170 ◦ green 87 ◦ blue 32

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

Shades of Rich Gold #AA5720

Tints of Rich Gold #AA5720

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.1%

 BLUE value IS 32 (12.89% from 255) = 11.07%

R = 58.82%
G = 30.1%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA5720 (or 0xAA5720) is known color: Rich Gold. HEX triplet: AA, 57 and 20. RGB value is (170,87,32). Sum of RGB (Red+Green+Blue) = 170+87+32=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5720 is #55A8DF. Grayscale: #696969. Windows color (decimal): -5613792 or 2119594. OLE color: 2119594.

HSL color Cylindrical-coordinate representation of color #AA5720: hue angle of 23.91º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA5720 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 87 32 -
CMYK 0 0.49 0.81 0.33
HSL 23.91º 0.68% 0.4% -
HSV(B) 23.91º 0.81% 0.67% -
XYZ 20.25 15.47 3.28 -
YUV 105.55 86.5 173.97 -
System Red Green Blue C M Y K H S L
Decimal 170 87 32 0 0.49 0.81 0.33 23.91 0.68 0.4
Hex AA 57 20 0 31 51 21 18 44 28
Octal 252 127 40 0 61 121 41 30 104 50
Binary 10101010 1010111 100000 0 110001 1010001 100001 11000 1000100 101000

Color Harmonies of #AA5720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5720

Black with #AA5720

Text Example


Text Example

White with #AA5720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5720; }

 p { color: rgb(170,87,32); }

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

background-color css

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

 a { background-color: rgb(170,87,32); }

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

border-color css

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

 span { border-color: rgb(170,87,32); }

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