#C2AC32

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

Shades of Old Gold #C2AC32

Tints of Old Gold #C2AC32

Color information

#C2AC32 (or 0xC2AC32) is unknown color: approx Old Gold. HEX triplet: C2, AC and 32. RGB value is (194,172,50). Sum of RGB (Red+Green+Blue) = 194+172+50=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AC32 is #3D53CD. Grayscale: #A5A5A5. Windows color (decimal): -4019150 or 3321026. OLE color: 3321026.

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

Color convert

RGB19417250-
CMYK00.110.740.24
HSL50.83º59.02%47.84%-
HSV(B)50.83º74.23%76.08%-
XYZ37.5841.28.99-
YUV164.6763.29148.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.63%
GREEN value IS 172 (67.58% from 255) = 41.35%
BLUE value IS 50 (19.92% from 255) = 12.02%
R=46.63%
G=41.35%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941725000.110.740.2450.8359.0247.84
HexC2AC320B4A18333b30
Octal3022546201311230637360
Binary110000101010110011001001011100101011000110011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AC32; }

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

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

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

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

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

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

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

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