Html Css Color HEX #AC5621 Rich Gold

📋 copy color: '#AC5621'

red 172 ◦ green 86 ◦ blue 33

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

Shades of Rich Gold #AC5621

Tints of Rich Gold #AC5621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.34%

R = 59.11%
G = 29.55%
B = 11.34%

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

#AC5621 (or 0xAC5621) is known color: Rich Gold. HEX triplet: AC, 56 and 21. RGB value is (172,86,33). Sum of RGB (Red+Green+Blue) = 172+86+33=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5621 is #53A9DE. Grayscale: #696969. Windows color (decimal): -5482975 or 2184876. OLE color: 2184876.

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

Color convert

RGB 172 86 33 -
CMYK 0 0.5 0.81 0.33
HSL 22.88º 0.68% 0.4% -
HSV(B) 22.88º 0.81% 0.67% -
XYZ 20.62 15.54 3.35 -
YUV 105.67 86.99 175.31 -
System Red Green Blue C M Y K H S L
Decimal 172 86 33 0 0.5 0.81 0.33 22.88 0.68 0.4
Hex AC 56 21 0 32 51 21 17 44 28
Octal 254 126 41 0 62 121 41 27 104 50
Binary 10101100 1010110 100001 0 110010 1010001 100001 10111 1000100 101000

Color Harmonies of #AC5621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5621

Black with #AC5621

Text Example


Text Example

White with #AC5621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5621; }

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

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

background-color css

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

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

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

border-color css

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

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

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