Html Css Color HEX #AA5D20 Rich Gold

📋 copy color: '#AA5D20'

red 170 ◦ green 93 ◦ blue 32

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

Shades of Rich Gold #AA5D20

Tints of Rich Gold #AA5D20

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.53%

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

R = 57.63%
G = 31.53%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA5D20 (or 0xAA5D20) is known color: Rich Gold. HEX triplet: AA, 5D and 20. RGB value is (170,93,32). Sum of RGB (Red+Green+Blue) = 170+93+32=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D20 is #55A2DF. Grayscale: #6D6D6D. Windows color (decimal): -5612256 or 2121130. OLE color: 2121130.

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

Color convert

RGB 170 93 32 -
CMYK 0 0.45 0.81 0.33
HSL 26.52º 0.68% 0.4% -
HSV(B) 26.52º 0.81% 0.67% -
XYZ 20.75 16.48 3.45 -
YUV 109.07 84.51 171.46 -
System Red Green Blue C M Y K H S L
Decimal 170 93 32 0 0.45 0.81 0.33 26.52 0.68 0.4
Hex AA 5D 20 0 2D 51 21 1B 44 28
Octal 252 135 40 0 55 121 41 33 104 50
Binary 10101010 1011101 100000 0 101101 1010001 100001 11011 1000100 101000

Color Harmonies of #AA5D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5D20

Black with #AA5D20

Text Example


Text Example

White with #AA5D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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