Html Css Color HEX #AC5C18 Rich Gold

📋 copy color: '#AC5C18'

red 172 ◦ green 92 ◦ blue 24

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

Shades of Rich Gold #AC5C18

Tints of Rich Gold #AC5C18

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.94%

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

R = 59.72%
G = 31.94%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC5C18 (or 0xAC5C18) is known color: Rich Gold. HEX triplet: AC, 5C and 18. RGB value is (172,92,24). Sum of RGB (Red+Green+Blue) = 172+92+24=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5C18 is #53A3E7. Grayscale: #6C6C6C. Windows color (decimal): -5481448 or 1596588. OLE color: 1596588.

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

Color convert

RGB 172 92 24 -
CMYK 0 0.47 0.86 0.33
HSL 27.57º 0.76% 0.38% -
HSV(B) 27.57º 0.86% 0.67% -
XYZ 21.01 16.49 2.94 -
YUV 108.17 80.5 173.53 -
System Red Green Blue C M Y K H S L
Decimal 172 92 24 0 0.47 0.86 0.33 27.57 0.76 0.38
Hex AC 5C 18 0 2F 56 21 1C 4C 26
Octal 254 134 30 0 57 126 41 34 114 46
Binary 10101100 1011100 11000 0 101111 1010110 100001 11100 1001100 100110

Color Harmonies of #AC5C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C18

Black with #AC5C18

Text Example


Text Example

White with #AC5C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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