Html Css Color HEX #AC5620 Rich Gold

📋 copy color: '#AC5620'

red 172 ◦ green 86 ◦ blue 32

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

Shades of Rich Gold #AC5620

Tints of Rich Gold #AC5620

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.66%

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

R = 59.31%
G = 29.66%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC5620 (or 0xAC5620) is known color: Rich Gold. HEX triplet: AC, 56 and 20. RGB value is (172,86,32). Sum of RGB (Red+Green+Blue) = 172+86+32=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5620 is #53A9DF. Grayscale: #696969. Windows color (decimal): -5482976 or 2119340. OLE color: 2119340.

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

Color convert

RGB 172 86 32 -
CMYK 0 0.5 0.81 0.33
HSL 23.14º 0.69% 0.4% -
HSV(B) 23.14º 0.81% 0.67% -
XYZ 20.6 15.53 3.28 -
YUV 105.56 86.49 175.39 -
System Red Green Blue C M Y K H S L
Decimal 172 86 32 0 0.5 0.81 0.33 23.14 0.69 0.4
Hex AC 56 20 0 32 51 21 17 45 28
Octal 254 126 40 0 62 121 41 27 105 50
Binary 10101100 1010110 100000 0 110010 1010001 100001 10111 1000101 101000

Color Harmonies of #AC5620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5620

Black with #AC5620

Text Example


Text Example

White with #AC5620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5620; }

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

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

background-color css

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

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

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

border-color css

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

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

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