#C2AF39

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

Shades of Old Gold #C2AF39

Tints of Old Gold #C2AF39

Color information

#C2AF39 (or 0xC2AF39) is unknown color: approx Old Gold. HEX triplet: C2, AF and 39. RGB value is (194,175,57). Sum of RGB (Red+Green+Blue) = 194+175+57=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 57 (22.66% from 255 or 13.38% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF39 is #3D50C6. Grayscale: #A7A7A7. Windows color (decimal): -4018375 or 3780546. OLE color: 3780546.

HSL color Cylindrical-coordinate representation of color #C2AF39: hue angle of 51.68º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2AF39 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB19417557-
CMYK00.100.710.24
HSL51.68º54.58%49.22%-
HSV(B)51.68º70.62%76.08%-
XYZ38.3242.4210.04-
YUV167.2365.79147.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.54%
GREEN value IS 175 (68.75% from 255) = 41.08%
BLUE value IS 57 (22.66% from 255) = 13.38%
R=45.54%
G=41.08%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941755700.100.710.2451.6854.5849.22
HexC2AF390A4718343731
Octal3022577101210730646761
Binary110000101010111111100101010100011111000110100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AF39; }

 p { color: rgb(194,175,57); }

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

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

 a { background-color: rgb(194,175,57); }

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

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

 span { border-color: rgb(194,175,57); }

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