#AC4E19

Color #AC4E19 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #AC4E19

Tints of Rich Gold #AC4E19

Color information

#AC4E19 (or 0xAC4E19) is unknown color: approx Rich Gold. HEX triplet: AC, 4E and 19. RGB value is (172,78,25). Sum of RGB (Red+Green+Blue) = 172+78+25=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4E19 is #53B1E6. Grayscale: #646464. Windows color (decimal): -5485031 or 1658540. OLE color: 1658540.

HSL color Cylindrical-coordinate representation of color #AC4E19: hue angle of 21.63º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC4E19 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB1727825-
CMYK00.550.850.33
HSL21.63º74.62%38.63%-
HSV(B)21.63º85.47%67.45%-
XYZ19.9114.292.63-
YUV100.0685.64179.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.55%
GREEN value IS 78 (30.86% from 255) = 28.36%
BLUE value IS 25 (10.16% from 255) = 9.09%
R=62.55%
G=28.36%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172782500.550.850.3321.6374.6238.63
HexAC4E190375521164b27
Octal25411631067125412611347
Binary1010110010011101100101101111010101100001101101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4E19; }

 p { color: rgb(172,78,25); }

 H1.HeaderClassName
 {
   color: #AC4E19;
 }
 .AnyTagClassName
 {
   color: #AC4E19;
 }
</style>
background-color css

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

 a { background-color: rgb(172,78,25); }

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

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

 span { border-color: rgb(172,78,25); }

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