#C2AD35

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

Shades of Old Gold #C2AD35

Tints of Old Gold #C2AD35

Color information

#C2AD35 (or 0xC2AD35) is unknown color: approx Old Gold. HEX triplet: C2, AD and 35. RGB value is (194,173,53). Sum of RGB (Red+Green+Blue) = 194+173+53=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AD35 is #3D52CA. Grayscale: #A6A6A6. Windows color (decimal): -4018891 or 3517890. OLE color: 3517890.

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

Color convert

RGB19417353-
CMYK00.110.730.24
HSL51.06º57.09%48.43%-
HSV(B)51.06º72.68%76.08%-
XYZ37.8341.619.41-
YUV165.664.46148.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.19%
GREEN value IS 173 (67.97% from 255) = 41.19%
BLUE value IS 53 (21.09% from 255) = 12.62%
R=46.19%
G=41.19%
B=12.62%

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
Decimal1941735300.110.730.2451.0657.0948.43
HexC2AD350B4918333930
Octal3022556501311130637160
Binary110000101010110111010101011100100111000110011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AD35; }

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

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

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

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

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

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

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

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