Html Css Color HEX #AC5220 Rich Gold

📋 copy color: '#AC5220'

red 172 ◦ green 82 ◦ blue 32

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

Shades of Rich Gold #AC5220

Tints of Rich Gold #AC5220

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.67%

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

R = 60.14%
G = 28.67%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC5220 (or 0xAC5220) is known color: Rich Gold. HEX triplet: AC, 52 and 20. RGB value is (172,82,32). Sum of RGB (Red+Green+Blue) = 172+82+32=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5220 is #53ADDF. Grayscale: #676767. Windows color (decimal): -5484000 or 2118316. OLE color: 2118316.

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

Color convert

RGB 172 82 32 -
CMYK 0 0.52 0.81 0.33
HSL 21.43º 0.69% 0.4% -
HSV(B) 21.43º 0.81% 0.67% -
XYZ 20.29 14.91 3.17 -
YUV 103.21 87.82 177.07 -
System Red Green Blue C M Y K H S L
Decimal 172 82 32 0 0.52 0.81 0.33 21.43 0.69 0.4
Hex AC 52 20 0 34 51 21 15 45 28
Octal 254 122 40 0 64 121 41 25 105 50
Binary 10101100 1010010 100000 0 110100 1010001 100001 10101 1000101 101000

Color Harmonies of #AC5220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5220

Black with #AC5220

Text Example


Text Example

White with #AC5220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5220; }

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

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

background-color css

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

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

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

border-color css

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

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

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