Html Css Color HEX #AC4F16 Rich Gold

📋 copy color: '#AC4F16'

red 172 ◦ green 79 ◦ blue 22

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

Shades of Rich Gold #AC4F16

Tints of Rich Gold #AC4F16

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.94%

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

R = 63%
G = 28.94%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC4F16 (or 0xAC4F16) is known color: Rich Gold. HEX triplet: AC, 4F and 16. RGB value is (172,79,22). Sum of RGB (Red+Green+Blue) = 172+79+22=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4F16 is #53B0E9. Grayscale: #646464. Windows color (decimal): -5484778 or 1462188. OLE color: 1462188.

HSL color Cylindrical-coordinate representation of color #AC4F16: hue angle of 22.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 #AC4F16 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 79 22 -
CMYK 0 0.54 0.87 0.33
HSL 22.8º 0.77% 0.38% -
HSV(B) 22.8º 0.87% 0.67% -
XYZ 19.95 14.42 2.49 -
YUV 100.31 83.81 179.13 -
System Red Green Blue C M Y K H S L
Decimal 172 79 22 0 0.54 0.87 0.33 22.8 0.77 0.38
Hex AC 4F 16 0 36 57 21 17 4D 26
Octal 254 117 26 0 66 127 41 27 115 46
Binary 10101100 1001111 10110 0 110110 1010111 100001 10111 1001101 100110

Color Harmonies of #AC4F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4F16

Black with #AC4F16

Text Example


Text Example

White with #AC4F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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