Html Css Color HEX #AC5120 Rich Gold

📋 copy color: '#AC5120'

red 172 ◦ green 81 ◦ blue 32

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

Shades of Rich Gold #AC5120

Tints of Rich Gold #AC5120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.42%

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

R = 60.35%
G = 28.42%
B = 11.23%

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

#AC5120 (or 0xAC5120) is known color: Rich Gold. HEX triplet: AC, 51 and 20. RGB value is (172,81,32). Sum of RGB (Red+Green+Blue) = 172+81+32=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5120 is #53AEDF. Grayscale: #666666. Windows color (decimal): -5484256 or 2118060. OLE color: 2118060.

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

Color convert

RGB 172 81 32 -
CMYK 0 0.53 0.81 0.33
HSL 21º 0.69% 0.4% -
HSV(B) 21º 0.81% 0.67% -
XYZ 20.22 14.76 3.15 -
YUV 102.62 88.15 177.48 -
System Red Green Blue C M Y K H S L
Decimal 172 81 32 0 0.53 0.81 0.33 21 0.69 0.4
Hex AC 51 20 0 35 51 21 15 45 28
Octal 254 121 40 0 65 121 41 25 105 50
Binary 10101100 1010001 100000 0 110101 1010001 100001 10101 1000101 101000

Color Harmonies of #AC5120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5120

Black with #AC5120

Text Example


Text Example

White with #AC5120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5120; }

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

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

background-color css

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

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

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

border-color css

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

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

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