#AC4F19

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

Shades of Rich Gold #AC4F19

Tints of Rich Gold #AC4F19

Color information

#AC4F19 (or 0xAC4F19) is unknown color: approx Rich Gold. HEX triplet: AC, 4F and 19. RGB value is (172,79,25). Sum of RGB (Red+Green+Blue) = 172+79+25=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4F19 is #53B0E6. Grayscale: #646464. Windows color (decimal): -5484775 or 1658796. OLE color: 1658796.

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

Color convert

RGB1727925-
CMYK00.540.850.33
HSL22.04º74.62%38.63%-
HSV(B)22.04º85.47%67.45%-
XYZ19.9814.432.65-
YUV100.6585.31178.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.32%
GREEN value IS 79 (31.25% from 255) = 28.62%
BLUE value IS 25 (10.16% from 255) = 9.06%
R=62.32%
G=28.62%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172792500.540.850.3322.0474.6238.63
HexAC4F190365521164b27
Octal25411731066125412611347
Binary1010110010011111100101101101010101100001101101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4F19; }

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

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

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

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

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

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

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

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