Html Css Color HEX #AC4D17 Rich Gold

📋 copy color: '#AC4D17'

red 172 ◦ green 77 ◦ blue 23

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

Shades of Rich Gold #AC4D17

Tints of Rich Gold #AC4D17

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.31%

 BLUE value IS 23 (9.38% from 255) = 8.46%

R = 63.24%
G = 28.31%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC4D17 (or 0xAC4D17) is known color: Rich Gold. HEX triplet: AC, 4D and 17. RGB value is (172,77,23). Sum of RGB (Red+Green+Blue) = 172+77+23=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4D17 is #53B2E8. Grayscale: #636363. Windows color (decimal): -5485289 or 1527212. OLE color: 1527212.

HSL color Cylindrical-coordinate representation of color #AC4D17: hue angle of 21.74º degrees, saturation: 0.76, 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 #AC4D17 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 77 23 -
CMYK 0 0.55 0.87 0.33
HSL 21.74º 0.76% 0.38% -
HSV(B) 21.74º 0.87% 0.67% -
XYZ 19.82 14.14 2.5 -
YUV 99.25 84.97 179.89 -
System Red Green Blue C M Y K H S L
Decimal 172 77 23 0 0.55 0.87 0.33 21.74 0.76 0.38
Hex AC 4D 17 0 37 57 21 16 4C 26
Octal 254 115 27 0 67 127 41 26 114 46
Binary 10101100 1001101 10111 0 110111 1010111 100001 10110 1001100 100110

Color Harmonies of #AC4D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4D17

Black with #AC4D17

Text Example


Text Example

White with #AC4D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4D17; }

 p { color: rgb(172,77,23); }

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

background-color css

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

 a { background-color: rgb(172,77,23); }

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

border-color css

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

 span { border-color: rgb(172,77,23); }

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