Html Css Color HEX #AA4820 Rich Gold

📋 copy color: '#AA4820'

red 170 ◦ green 72 ◦ blue 32

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

Shades of Rich Gold #AA4820

Tints of Rich Gold #AA4820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.28%

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

R = 62.04%
G = 26.28%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA4820 (or 0xAA4820) is known color: Rich Gold. HEX triplet: AA, 48 and 20. RGB value is (170,72,32). Sum of RGB (Red+Green+Blue) = 170+72+32=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4820 is #55B7DF. Grayscale: #606060. Windows color (decimal): -5617632 or 2115754. OLE color: 2115754.

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

Color convert

RGB 170 72 32 -
CMYK 0 0.58 0.81 0.33
HSL 17.39º 0.68% 0.4% -
HSV(B) 17.39º 0.81% 0.67% -
XYZ 19.16 13.29 2.92 -
YUV 96.74 91.47 180.25 -
System Red Green Blue C M Y K H S L
Decimal 170 72 32 0 0.58 0.81 0.33 17.39 0.68 0.4
Hex AA 48 20 0 3A 51 21 11 44 28
Octal 252 110 40 0 72 121 41 21 104 50
Binary 10101010 1001000 100000 0 111010 1010001 100001 10001 1000100 101000

Color Harmonies of #AA4820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4820

Black with #AA4820

Text Example


Text Example

White with #AA4820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4820; }

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

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

background-color css

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

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

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

border-color css

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

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

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