#C7AC32

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

Shades of Metallic Gold #C7AC32

Tints of Metallic Gold #C7AC32

Color information

#C7AC32 (or 0xC7AC32) is unknown color: approx Metallic Gold. HEX triplet: C7, AC and 32. RGB value is (199,172,50). Sum of RGB (Red+Green+Blue) = 199+172+50=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AC32 is #3853CD. Grayscale: #A6A6A6. Windows color (decimal): -3691470 or 3321031. OLE color: 3321031.

HSL color Cylindrical-coordinate representation of color #C7AC32: hue angle of 49.13º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7AC32 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB19917250-
CMYK00.140.750.22
HSL49.13º59.84%48.82%-
HSV(B)49.13º74.87%78.04%-
XYZ38.8841.889.05-
YUV166.1662.45151.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.27%
GREEN value IS 172 (67.58% from 255) = 40.86%
BLUE value IS 50 (19.92% from 255) = 11.88%
R=47.27%
G=40.86%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991725000.140.750.2249.1359.8448.82
HexC7AC320E4B16313c31
Octal3072546201611326617461
Binary110001111010110011001001110100101110110110001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AC32; }

 p { color: rgb(199,172,50); }

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

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

 a { background-color: rgb(199,172,50); }

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

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

 span { border-color: rgb(199,172,50); }

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