Html Css Color HEX #AC5417 Rich Gold

📋 copy color: '#AC5417'

red 172 ◦ green 84 ◦ blue 23

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

Shades of Rich Gold #AC5417

Tints of Rich Gold #AC5417

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.11%

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

R = 61.65%
G = 30.11%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC5417 (or 0xAC5417) is known color: Rich Gold. HEX triplet: AC, 54 and 17. RGB value is (172,84,23). Sum of RGB (Red+Green+Blue) = 172+84+23=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5417 is #53ABE8. Grayscale: #676767. Windows color (decimal): -5483497 or 1529004. OLE color: 1529004.

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

Color convert

RGB 172 84 23 -
CMYK 0 0.51 0.87 0.33
HSL 24.56º 0.76% 0.38% -
HSV(B) 24.56º 0.87% 0.67% -
XYZ 20.34 15.17 2.67 -
YUV 103.36 82.65 176.96 -
System Red Green Blue C M Y K H S L
Decimal 172 84 23 0 0.51 0.87 0.33 24.56 0.76 0.38
Hex AC 54 17 0 33 57 21 19 4C 26
Octal 254 124 27 0 63 127 41 31 114 46
Binary 10101100 1010100 10111 0 110011 1010111 100001 11001 1001100 100110

Color Harmonies of #AC5417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5417

Black with #AC5417

Text Example


Text Example

White with #AC5417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5417; }

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

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

background-color css

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

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

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

border-color css

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

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

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