#C6AC3F

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

Shades of Old Gold #C6AC3F

Tints of Old Gold #C6AC3F

Color information

#C6AC3F (or 0xC6AC3F) is unknown color: approx Old Gold. HEX triplet: C6, AC and 3F. RGB value is (198,172,63). Sum of RGB (Red+Green+Blue) = 198+172+63=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AC3F is #3953C0. Grayscale: #A7A7A7. Windows color (decimal): -3756993 or 4172998. OLE color: 4172998.

HSL color Cylindrical-coordinate representation of color #C6AC3F: hue angle of 48.44º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6AC3F is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB19817263-
CMYK00.130.680.22
HSL48.44º54.22%51.18%-
HSV(B)48.44º68.18%77.65%-
XYZ38.9441.8710.73-
YUV167.3569.11149.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.73%
GREEN value IS 172 (67.58% from 255) = 39.72%
BLUE value IS 63 (25% from 255) = 14.55%
R=45.73%
G=39.72%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981726300.130.680.2248.4454.2251.18
HexC6AC3F0D4416303633
Octal3062547701510426606663
Binary110001101010110011111101101100010010110110000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AC3F; }

 p { color: rgb(198,172,63); }

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

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

 a { background-color: rgb(198,172,63); }

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

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

 span { border-color: rgb(198,172,63); }

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