Html Css Color HEX #AC5020 Rich Gold

📋 copy color: '#AC5020'

red 172 ◦ green 80 ◦ blue 32

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

Shades of Rich Gold #AC5020

Tints of Rich Gold #AC5020

RGB

 RED value IS 172 (67.58% from 255) = 60.56%

 GREEN value IS 80 (31.64% from 255) = 28.17%

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

R = 60.56%
G = 28.17%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC5020 (or 0xAC5020) is known color: Rich Gold. HEX triplet: AC, 50 and 20. RGB value is (172,80,32). Sum of RGB (Red+Green+Blue) = 172+80+32=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5020 is #53AFDF. Grayscale: #666666. Windows color (decimal): -5484512 or 2117804. OLE color: 2117804.

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

Color convert

RGB 172 80 32 -
CMYK 0 0.53 0.81 0.33
HSL 20.57º 0.69% 0.4% -
HSV(B) 20.57º 0.81% 0.67% -
XYZ 20.14 14.61 3.13 -
YUV 102.04 88.48 177.9 -
System Red Green Blue C M Y K H S L
Decimal 172 80 32 0 0.53 0.81 0.33 20.57 0.69 0.4
Hex AC 50 20 0 35 51 21 15 45 28
Octal 254 120 40 0 65 121 41 25 105 50
Binary 10101100 1010000 100000 0 110101 1010001 100001 10101 1000101 101000

Color Harmonies of #AC5020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5020

Black with #AC5020

Text Example


Text Example

White with #AC5020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5020; }

 p { color: rgb(172,80,32); }

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

background-color css

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

 a { background-color: rgb(172,80,32); }

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

border-color css

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

 span { border-color: rgb(172,80,32); }

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