#C1AC35

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

Shades of Old Gold #C1AC35

Tints of Old Gold #C1AC35

Color information

#C1AC35 (or 0xC1AC35) is unknown color: approx Old Gold. HEX triplet: C1, AC and 35. RGB value is (193,172,53). Sum of RGB (Red+Green+Blue) = 193+172+53=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 53 (21.09% from 255 or 12.68% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AC35 is #3E53CA. Grayscale: #A5A5A5. Windows color (decimal): -4084683 or 3517633. OLE color: 3517633.

HSL color Cylindrical-coordinate representation of color #C1AC35: hue angle of 51º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1AC35 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19317253-
CMYK00.110.730.24
HSL51º56.91%48.24%-
HSV(B)51º72.54%75.69%-
XYZ37.3941.19.33-
YUV164.7164.96148.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.17%
GREEN value IS 172 (67.58% from 255) = 41.15%
BLUE value IS 53 (21.09% from 255) = 12.68%
R=46.17%
G=41.15%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931725300.110.730.245156.9148.24
HexC1AC350B4918333930
Octal3012546501311130637160
Binary110000011010110011010101011100100111000110011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AC35; }

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

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

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

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

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

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

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

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