#C6AA3C

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

Shades of Old Gold #C6AA3C

Tints of Old Gold #C6AA3C

Color information

#C6AA3C (or 0xC6AA3C) is unknown color: approx Old Gold. HEX triplet: C6, AA and 3C. RGB value is (198,170,60). Sum of RGB (Red+Green+Blue) = 198+170+60=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AA3C is #3955C3. Grayscale: #A6A6A6. Windows color (decimal): -3757508 or 3975878. OLE color: 3975878.

HSL color Cylindrical-coordinate representation of color #C6AA3C: hue angle of 47.83º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6AA3C is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB19817060-
CMYK00.140.700.22
HSL47.83º54.76%50.59%-
HSV(B)47.83º69.7%77.65%-
XYZ38.4841.0810.18-
YUV165.8368.28150.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.26%
GREEN value IS 170 (66.80% from 255) = 39.72%
BLUE value IS 60 (23.83% from 255) = 14.02%
R=46.26%
G=39.72%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981706000.140.700.2247.8354.7650.59
HexC6AA3C0E4616303733
Octal3062527401610626606763
Binary110001101010101011110001110100011010110110000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AA3C; }

 p { color: rgb(198,170,60); }

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

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

 a { background-color: rgb(198,170,60); }

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

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

 span { border-color: rgb(198,170,60); }

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