#ac5e1c

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

Shades of Rich Gold #AC5E1C

Tints of Rich Gold #AC5E1C

Color information

#AC5E1C (or 0xAC5E1C) is unknown color: approx Rich Gold. HEX triplet: AC, 5E and 1C. RGB value is (172,94,28). Sum of RGB (Red+Green+Blue) = 172+94+28=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5E1C is #53A1E3. Grayscale: #6E6E6E. Windows color (decimal): -5480932 or 1859244. OLE color: 1859244.

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

Color convert

RGB1729428-
CMYK00.450.840.33
HSL27.5º72%39.22%-
HSV(B)27.5º83.72%67.45%-
XYZ21.2316.863.23-
YUV109.881.84172.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.50%
GREEN value IS 94 (37.11% from 255) = 31.97%
BLUE value IS 28 (11.33% from 255) = 9.52%
R=58.50%
G=31.97%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172942800.450.840.3327.57239.22
HexAC5E1C02D54211c4827
Octal25413634055124413411047
Binary1010110010111101110001011011010100100001111001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac5e1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac5e1c; }

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

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

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

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

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

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

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

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