#C2AC35

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

Shades of Old Gold #C2AC35

Tints of Old Gold #C2AC35

Color information

#C2AC35 (or 0xC2AC35) is unknown color: approx Old Gold. HEX triplet: C2, AC and 35. RGB value is (194,172,53). Sum of RGB (Red+Green+Blue) = 194+172+53=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 53 (21.09% from 255 or 12.65% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AC35 is #3D53CA. Grayscale: #A5A5A5. Windows color (decimal): -4019147 or 3517634. OLE color: 3517634.

HSL color Cylindrical-coordinate representation of color #C2AC35: hue angle of 50.64º 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 #C2AC35 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19417253-
CMYK00.110.730.24
HSL50.64º57.09%48.43%-
HSV(B)50.64º72.68%76.08%-
XYZ37.6441.239.34-
YUV165.0164.79148.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.30%
GREEN value IS 172 (67.58% from 255) = 41.05%
BLUE value IS 53 (21.09% from 255) = 12.65%
R=46.30%
G=41.05%
B=12.65%

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
Decimal1941725300.110.730.2450.6457.0948.43
HexC2AC350B4918333930
Octal3022546501311130637160
Binary110000101010110011010101011100100111000110011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AC35; }

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

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

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

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

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

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

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

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