#AC4C1C

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

Shades of Rich Gold #AC4C1C

Tints of Rich Gold #AC4C1C

Color information

#AC4C1C (or 0xAC4C1C) is unknown color: approx Rich Gold. HEX triplet: AC, 4C and 1C. RGB value is (172,76,28). Sum of RGB (Red+Green+Blue) = 172+76+28=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4C1C is #53B3E3. Grayscale: #636363. Windows color (decimal): -5485540 or 1854636. OLE color: 1854636.

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

Color convert

RGB1727628-
CMYK00.560.840.33
HSL20º72%39.22%-
HSV(B)20º83.72%67.45%-
XYZ19.8114.022.76-
YUV99.2387.8179.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.32%
GREEN value IS 76 (30.08% from 255) = 27.54%
BLUE value IS 28 (11.33% from 255) = 10.14%
R=62.32%
G=27.54%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172762800.560.840.33207239.22
HexAC4C1C0385421144827
Octal25411434070124412411047
Binary1010110010011001110001110001010100100001101001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4C1C; }

 p { color: rgb(172,76,28); }

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

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

 a { background-color: rgb(172,76,28); }

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

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

 span { border-color: rgb(172,76,28); }

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