Html Css Color HEX #AA4920 Rich Gold

📋 copy color: '#AA4920'

red 170 ◦ green 73 ◦ blue 32

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

Shades of Rich Gold #AA4920

Tints of Rich Gold #AA4920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.55%

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

R = 61.82%
G = 26.55%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA4920 (or 0xAA4920) is known color: Rich Gold. HEX triplet: AA, 49 and 20. RGB value is (170,73,32). Sum of RGB (Red+Green+Blue) = 170+73+32=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4920 is #55B6DF. Grayscale: #616161. Windows color (decimal): -5617376 or 2116010. OLE color: 2116010.

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

Color convert

RGB 170 73 32 -
CMYK 0 0.57 0.81 0.33
HSL 17.83º 0.68% 0.4% -
HSV(B) 17.83º 0.81% 0.67% -
XYZ 19.22 13.42 2.94 -
YUV 97.33 91.14 179.83 -
System Red Green Blue C M Y K H S L
Decimal 170 73 32 0 0.57 0.81 0.33 17.83 0.68 0.4
Hex AA 49 20 0 39 51 21 12 44 28
Octal 252 111 40 0 71 121 41 22 104 50
Binary 10101010 1001001 100000 0 111001 1010001 100001 10010 1000100 101000

Color Harmonies of #AA4920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4920

Black with #AA4920

Text Example


Text Example

White with #AA4920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4920; }

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

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

background-color css

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

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

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

border-color css

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

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

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