#C6AC35

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

Shades of Old Gold #C6AC35

Tints of Old Gold #C6AC35

Color information

#C6AC35 (or 0xC6AC35) is unknown color: approx Old Gold. HEX triplet: C6, AC and 35. RGB value is (198,172,53). Sum of RGB (Red+Green+Blue) = 198+172+53=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AC35 is #3953CA. Grayscale: #A6A6A6. Windows color (decimal): -3757003 or 3517638. OLE color: 3517638.

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

Color convert

RGB19817253-
CMYK00.130.730.22
HSL49.24º57.77%49.22%-
HSV(B)49.24º73.23%77.65%-
XYZ38.6841.779.39-
YUV166.2164.11150.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.81%
GREEN value IS 172 (67.58% from 255) = 40.66%
BLUE value IS 53 (21.09% from 255) = 12.53%
R=46.81%
G=40.66%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981725300.130.730.2249.2457.7749.22
HexC6AC350D4916313a31
Octal3062546501511126617261
Binary110001101010110011010101101100100110110110001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AC35; }

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

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

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

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

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

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

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

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