Html Css Color HEX #AC5916 Rich Gold

📋 copy color: '#AC5916'

red 172 ◦ green 89 ◦ blue 22

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

Shades of Rich Gold #AC5916

Tints of Rich Gold #AC5916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.77%

R = 60.78%
G = 31.45%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC5916 (or 0xAC5916) is known color: Rich Gold. HEX triplet: AC, 59 and 16. RGB value is (172,89,22). Sum of RGB (Red+Green+Blue) = 172+89+22=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5916 is #53A6E9. Grayscale: #6A6A6A. Windows color (decimal): -5482218 or 1464748. OLE color: 1464748.

HSL color Cylindrical-coordinate representation of color #AC5916: hue angle of 26.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC5916 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 89 22 -
CMYK 0 0.48 0.87 0.33
HSL 26.8º 0.77% 0.38% -
HSV(B) 26.8º 0.87% 0.67% -
XYZ 20.73 15.97 2.75 -
YUV 106.18 80.5 174.95 -
System Red Green Blue C M Y K H S L
Decimal 172 89 22 0 0.48 0.87 0.33 26.8 0.77 0.38
Hex AC 59 16 0 30 57 21 1B 4D 26
Octal 254 131 26 0 60 127 41 33 115 46
Binary 10101100 1011001 10110 0 110000 1010111 100001 11011 1001101 100110

Color Harmonies of #AC5916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5916

Black with #AC5916

Text Example


Text Example

White with #AC5916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5916; }

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

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

background-color css

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

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

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

border-color css

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

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

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