Html Css Color HEX #AC5118 Rich Gold

📋 copy color: '#AC5118'

red 172 ◦ green 81 ◦ blue 24

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

Shades of Rich Gold #AC5118

Tints of Rich Gold #AC5118

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.24%

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

R = 62.09%
G = 29.24%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC5118 (or 0xAC5118) is known color: Rich Gold. HEX triplet: AC, 51 and 18. RGB value is (172,81,24). Sum of RGB (Red+Green+Blue) = 172+81+24=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5118 is #53AEE7. Grayscale: #666666. Windows color (decimal): -5484264 or 1593772. OLE color: 1593772.

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

Color convert

RGB 172 81 24 -
CMYK 0 0.53 0.86 0.33
HSL 23.11º 0.76% 0.38% -
HSV(B) 23.11º 0.86% 0.67% -
XYZ 20.12 14.72 2.65 -
YUV 101.71 84.15 178.13 -
System Red Green Blue C M Y K H S L
Decimal 172 81 24 0 0.53 0.86 0.33 23.11 0.76 0.38
Hex AC 51 18 0 35 56 21 17 4C 26
Octal 254 121 30 0 65 126 41 27 114 46
Binary 10101100 1010001 11000 0 110101 1010110 100001 10111 1001100 100110

Color Harmonies of #AC5118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5118

Black with #AC5118

Text Example


Text Example

White with #AC5118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5118; }

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

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

background-color css

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

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

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

border-color css

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

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

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