Html Css Color HEX #AA5920 Rich Gold

📋 copy color: '#AA5920'

red 170 ◦ green 89 ◦ blue 32

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

Shades of Rich Gold #AA5920

Tints of Rich Gold #AA5920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.58%

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

R = 58.42%
G = 30.58%
B = 11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA5920 (or 0xAA5920) is known color: Rich Gold. HEX triplet: AA, 59 and 20. RGB value is (170,89,32). Sum of RGB (Red+Green+Blue) = 170+89+32=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5920 is #55A6DF. Grayscale: #6B6B6B. Windows color (decimal): -5613280 or 2120106. OLE color: 2120106.

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

Color convert

RGB 170 89 32 -
CMYK 0 0.48 0.81 0.33
HSL 24.78º 0.68% 0.4% -
HSV(B) 24.78º 0.81% 0.67% -
XYZ 20.41 15.8 3.34 -
YUV 106.72 85.84 173.13 -
System Red Green Blue C M Y K H S L
Decimal 170 89 32 0 0.48 0.81 0.33 24.78 0.68 0.4
Hex AA 59 20 0 30 51 21 19 44 28
Octal 252 131 40 0 60 121 41 31 104 50
Binary 10101010 1011001 100000 0 110000 1010001 100001 11001 1000100 101000

Color Harmonies of #AA5920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5920

Black with #AA5920

Text Example


Text Example

White with #AA5920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5920; }

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

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

background-color css

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

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

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

border-color css

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

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

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