#C7AF41

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

Shades of Old Gold #C7AF41

Tints of Old Gold #C7AF41

Color information

#C7AF41 (or 0xC7AF41) is unknown color: approx Old Gold. HEX triplet: C7, AF and 41. RGB value is (199,175,65). Sum of RGB (Red+Green+Blue) = 199+175+65=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AF41 is #3850BE. Grayscale: #AAAAAA. Windows color (decimal): -3690687 or 4304839. OLE color: 4304839.

HSL color Cylindrical-coordinate representation of color #C7AF41: hue angle of 49.25º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7AF41 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB19917565-
CMYK00.120.670.22
HSL49.25º54.47%51.76%-
HSV(B)49.25º67.34%78.04%-
XYZ39.8443.1811.24-
YUV169.6468.95148.94-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.33%
GREEN value IS 175 (68.75% from 255) = 39.86%
BLUE value IS 65 (25.78% from 255) = 14.81%
R=45.33%
G=39.86%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991756500.120.670.2249.2554.4751.76
HexC7AF410C4316313634
Octal30725710101410326616664
Binary1100011110101111100000101100100001110110110001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AF41; }

 p { color: rgb(199,175,65); }

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

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

 a { background-color: rgb(199,175,65); }

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

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

 span { border-color: rgb(199,175,65); }

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