#C2AF3E

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

Shades of Old Gold #C2AF3E

Tints of Old Gold #C2AF3E

Color information

#C2AF3E (or 0xC2AF3E) is unknown color: approx Old Gold. HEX triplet: C2, AF and 3E. RGB value is (194,175,62). Sum of RGB (Red+Green+Blue) = 194+175+62=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 62 (24.61% from 255 or 14.39% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF3E is #3D50C1. Grayscale: #A8A8A8. Windows color (decimal): -4018370 or 4108226. OLE color: 4108226.

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

Color convert

RGB19417562-
CMYK00.100.680.24
HSL51.36º51.97%50.2%-
HSV(B)51.36º68.04%76.08%-
XYZ38.4542.4810.73-
YUV167.868.29146.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.01%
GREEN value IS 175 (68.75% from 255) = 40.60%
BLUE value IS 62 (24.61% from 255) = 14.39%
R=45.01%
G=40.60%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941756200.100.680.2451.3651.9750.2
HexC2AF3E0A4418333432
Octal3022577601210430636462
Binary110000101010111111111001010100010011000110011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AF3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AF3E; }

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

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

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

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

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

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

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

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