Html Css Color HEX #AC5D18 Rich Gold

📋 copy color: '#AC5D18'

red 172 ◦ green 93 ◦ blue 24

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

Shades of Rich Gold #AC5D18

Tints of Rich Gold #AC5D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.3%

R = 59.52%
G = 32.18%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC5D18 (or 0xAC5D18) is known color: Rich Gold. HEX triplet: AC, 5D and 18. RGB value is (172,93,24). Sum of RGB (Red+Green+Blue) = 172+93+24=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5D18 is #53A2E7. Grayscale: #6D6D6D. Windows color (decimal): -5481192 or 1596844. OLE color: 1596844.

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

Color convert

RGB 172 93 24 -
CMYK 0 0.46 0.86 0.33
HSL 27.97º 0.76% 0.38% -
HSV(B) 27.97º 0.86% 0.67% -
XYZ 21.09 16.67 2.97 -
YUV 108.76 80.17 173.11 -
System Red Green Blue C M Y K H S L
Decimal 172 93 24 0 0.46 0.86 0.33 27.97 0.76 0.38
Hex AC 5D 18 0 2E 56 21 1C 4C 26
Octal 254 135 30 0 56 126 41 34 114 46
Binary 10101100 1011101 11000 0 101110 1010110 100001 11100 1001100 100110

Color Harmonies of #AC5D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D18

Black with #AC5D18

Text Example


Text Example

White with #AC5D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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