Html Css Color HEX #AA5120 Rich Gold

📋 copy color: '#AA5120'

red 170 ◦ green 81 ◦ blue 32

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

Shades of Rich Gold #AA5120

Tints of Rich Gold #AA5120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.62%

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

R = 60.07%
G = 28.62%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA5120 (or 0xAA5120) is known color: Rich Gold. HEX triplet: AA, 51 and 20. RGB value is (170,81,32). Sum of RGB (Red+Green+Blue) = 170+81+32=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5120 is #55AEDF. Grayscale: #666666. Windows color (decimal): -5615328 or 2118058. OLE color: 2118058.

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

Color convert

RGB 170 81 32 -
CMYK 0 0.52 0.81 0.33
HSL 21.3º 0.68% 0.4% -
HSV(B) 21.3º 0.81% 0.67% -
XYZ 19.78 14.54 3.13 -
YUV 102.03 88.49 176.48 -
System Red Green Blue C M Y K H S L
Decimal 170 81 32 0 0.52 0.81 0.33 21.3 0.68 0.4
Hex AA 51 20 0 34 51 21 15 44 28
Octal 252 121 40 0 64 121 41 25 104 50
Binary 10101010 1010001 100000 0 110100 1010001 100001 10101 1000100 101000

Color Harmonies of #AA5120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5120

Black with #AA5120

Text Example


Text Example

White with #AA5120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5120; }

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

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

background-color css

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

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

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

border-color css

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

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

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