Html Css Color HEX #AA5C20 Rich Gold

📋 copy color: '#AA5C20'

red 170 ◦ green 92 ◦ blue 32

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

Shades of Rich Gold #AA5C20

Tints of Rich Gold #AA5C20

RGB

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

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

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

R = 57.82%
G = 31.29%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA5C20 (or 0xAA5C20) is known color: Rich Gold. HEX triplet: AA, 5C and 20. RGB value is (170,92,32). Sum of RGB (Red+Green+Blue) = 170+92+32=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C20 is #55A3DF. Grayscale: #6C6C6C. Windows color (decimal): -5612512 or 2120874. OLE color: 2120874.

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

Color convert

RGB 170 92 32 -
CMYK 0 0.46 0.81 0.33
HSL 26.09º 0.68% 0.4% -
HSV(B) 26.09º 0.81% 0.67% -
XYZ 20.67 16.3 3.42 -
YUV 108.48 84.84 171.88 -
System Red Green Blue C M Y K H S L
Decimal 170 92 32 0 0.46 0.81 0.33 26.09 0.68 0.4
Hex AA 5C 20 0 2E 51 21 1A 44 28
Octal 252 134 40 0 56 121 41 32 104 50
Binary 10101010 1011100 100000 0 101110 1010001 100001 11010 1000100 101000

Color Harmonies of #AA5C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5C20

Black with #AA5C20

Text Example


Text Example

White with #AA5C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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