#C7AE3E

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

Shades of Old Gold #C7AE3E

Tints of Old Gold #C7AE3E

Color information

#C7AE3E (or 0xC7AE3E) is unknown color: approx Old Gold. HEX triplet: C7, AE and 3E. RGB value is (199,174,62). Sum of RGB (Red+Green+Blue) = 199+174+62=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AE3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AE3E is #3851C1. Grayscale: #A9A9A9. Windows color (decimal): -3690946 or 4107975. OLE color: 4107975.

HSL color Cylindrical-coordinate representation of color #C7AE3E: hue angle of 49.05º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7AE3E is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB19917462-
CMYK00.130.690.22
HSL49.05º55.02%51.18%-
HSV(B)49.05º68.84%78.04%-
XYZ39.5642.7610.73-
YUV168.7167.78149.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.75%
GREEN value IS 174 (68.36% from 255) = 40%
BLUE value IS 62 (24.61% from 255) = 14.25%
R=45.75%
G=40%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991746200.130.690.2249.0555.0251.18
HexC7AE3E0D4516313733
Octal3072567601510526616763
Binary110001111010111011111001101100010110110110001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AE3E; }

 p { color: rgb(199,174,62); }

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

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

 a { background-color: rgb(199,174,62); }

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

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

 span { border-color: rgb(199,174,62); }

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