#C6AC38

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

Shades of Old Gold #C6AC38

Tints of Old Gold #C6AC38

Color information

#C6AC38 (or 0xC6AC38) is unknown color: approx Old Gold. HEX triplet: C6, AC and 38. RGB value is (198,172,56). Sum of RGB (Red+Green+Blue) = 198+172+56=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 56 (22.27% from 255 or 13.15% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AC38 is #3953C7. Grayscale: #A7A7A7. Windows color (decimal): -3757000 or 3714246. OLE color: 3714246.

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

Color convert

RGB19817256-
CMYK00.130.720.22
HSL49.01º55.91%49.8%-
HSV(B)49.01º71.72%77.65%-
XYZ38.7641.89.77-
YUV166.5565.61150.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.48%
GREEN value IS 172 (67.58% from 255) = 40.38%
BLUE value IS 56 (22.27% from 255) = 13.15%
R=46.48%
G=40.38%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981725600.130.720.2249.0155.9149.8
HexC6AC380D4816313832
Octal3062547001511026617062
Binary110001101010110011100001101100100010110110001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AC38; }

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

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

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

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

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

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

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

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