Html Css Color HEX #AC5D17 Rich Gold

📋 copy color: '#AC5D17'

red 172 ◦ green 93 ◦ blue 23

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

Shades of Rich Gold #AC5D17

Tints of Rich Gold #AC5D17

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.29%

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

R = 59.72%
G = 32.29%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC5D17 (or 0xAC5D17) is known color: Rich Gold. HEX triplet: AC, 5D and 17. RGB value is (172,93,23). Sum of RGB (Red+Green+Blue) = 172+93+23=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5D17 is #53A2E8. Grayscale: #6D6D6D. Windows color (decimal): -5481193 or 1531308. OLE color: 1531308.

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

Color convert

RGB 172 93 23 -
CMYK 0 0.46 0.87 0.33
HSL 28.19º 0.76% 0.38% -
HSV(B) 28.19º 0.87% 0.67% -
XYZ 21.08 16.66 2.92 -
YUV 108.64 79.67 173.19 -
System Red Green Blue C M Y K H S L
Decimal 172 93 23 0 0.46 0.87 0.33 28.19 0.76 0.38
Hex AC 5D 17 0 2E 57 21 1C 4C 26
Octal 254 135 27 0 56 127 41 34 114 46
Binary 10101100 1011101 10111 0 101110 1010111 100001 11100 1001100 100110

Color Harmonies of #AC5D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D17

Black with #AC5D17

Text Example


Text Example

White with #AC5D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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