#C2A934

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

Shades of Old Gold #C2A934

Tints of Old Gold #C2A934

Color information

#C2A934 (or 0xC2A934) is unknown color: approx Old Gold. HEX triplet: C2, A9 and 34. RGB value is (194,169,52). Sum of RGB (Red+Green+Blue) = 194+169+52=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A934 is #3D56CB. Grayscale: #A3A3A3. Windows color (decimal): -4019916 or 3451330. OLE color: 3451330.

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

Color convert

RGB19416952-
CMYK00.130.730.24
HSL49.44º57.72%48.24%-
HSV(B)49.44º73.2%76.08%-
XYZ37.0640.099.03-
YUV163.1465.28150.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.75%
GREEN value IS 169 (66.41% from 255) = 40.72%
BLUE value IS 52 (20.70% from 255) = 12.53%
R=46.75%
G=40.72%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941695200.130.730.2449.4457.7248.24
HexC2A9340D4918313a30
Octal3022516401511130617260
Binary110000101010100111010001101100100111000110001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A934; }

 p { color: rgb(194,169,52); }

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

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

 a { background-color: rgb(194,169,52); }

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

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

 span { border-color: rgb(194,169,52); }

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