#C7AC36

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

Shades of Old Gold #C7AC36

Tints of Old Gold #C7AC36

Color information

#C7AC36 (or 0xC7AC36) is unknown color: approx Old Gold. HEX triplet: C7, AC and 36. RGB value is (199,172,54). Sum of RGB (Red+Green+Blue) = 199+172+54=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 54 (21.48% from 255 or 12.71% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AC36 is #3853C9. Grayscale: #A7A7A7. Windows color (decimal): -3691466 or 3583175. OLE color: 3583175.

HSL color Cylindrical-coordinate representation of color #C7AC36: hue angle of 48.83º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7AC36 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB19917254-
CMYK00.140.730.22
HSL48.83º57.31%49.61%-
HSV(B)48.83º72.86%78.04%-
XYZ38.9741.919.53-
YUV166.6264.45151.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.82%
GREEN value IS 172 (67.58% from 255) = 40.47%
BLUE value IS 54 (21.48% from 255) = 12.71%
R=46.82%
G=40.47%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991725400.140.730.2248.8357.3149.61
HexC7AC360E4916313932
Octal3072546601611126617162
Binary110001111010110011011001110100100110110110001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AC36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AC36; }

 p { color: rgb(199,172,54); }

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

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

 a { background-color: rgb(199,172,54); }

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

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

 span { border-color: rgb(199,172,54); }

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