Html Css Color HEX #AC5921 Rich Gold

📋 copy color: '#AC5921'

red 172 ◦ green 89 ◦ blue 33

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

Shades of Rich Gold #AC5921

Tints of Rich Gold #AC5921

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.27%

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

R = 58.5%
G = 30.27%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC5921 (or 0xAC5921) is known color: Rich Gold. HEX triplet: AC, 59 and 21. RGB value is (172,89,33). Sum of RGB (Red+Green+Blue) = 172+89+33=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5921 is #53A6DE. Grayscale: #6B6B6B. Windows color (decimal): -5482207 or 2185644. OLE color: 2185644.

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

Color convert

RGB 172 89 33 -
CMYK 0 0.48 0.81 0.33
HSL 24.17º 0.68% 0.4% -
HSV(B) 24.17º 0.81% 0.67% -
XYZ 20.86 16.03 3.43 -
YUV 107.43 86 174.05 -
System Red Green Blue C M Y K H S L
Decimal 172 89 33 0 0.48 0.81 0.33 24.17 0.68 0.4
Hex AC 59 21 0 30 51 21 18 44 28
Octal 254 131 41 0 60 121 41 30 104 50
Binary 10101100 1011001 100001 0 110000 1010001 100001 11000 1000100 101000

Color Harmonies of #AC5921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5921

Black with #AC5921

Text Example


Text Example

White with #AC5921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5921; }

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

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

background-color css

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

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

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

border-color css

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

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

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