#c8ac2a

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

Shades of Metallic Gold #C8AC2A

Tints of Metallic Gold #C8AC2A

Color information

#C8AC2A (or 0xC8AC2A) is unknown color: approx Metallic Gold. HEX triplet: C8, AC and 2A. RGB value is (200,172,42). Sum of RGB (Red+Green+Blue) = 200+172+42=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 42 (16.80% from 255 or 10.14% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AC2A is #3753D5. Grayscale: #A6A6A6. Windows color (decimal): -3625942 or 2796744. OLE color: 2796744.

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

Color convert

RGB20017242-
CMYK00.140.790.22
HSL49.37º65.29%47.45%-
HSV(B)49.37º79%78.43%-
XYZ38.9941.958.23-
YUV165.5558.28152.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.31%
GREEN value IS 172 (67.58% from 255) = 41.55%
BLUE value IS 42 (16.80% from 255) = 10.14%
R=48.31%
G=41.55%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001724200.140.790.2249.3765.2947.45
HexC8AC2A0E4F1631412f
Octal31025452016117266110157
Binary1100100010101100101010011101001111101101100011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8ac2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8ac2a; }

 p { color: rgb(200,172,42); }

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

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

 a { background-color: rgb(200,172,42); }

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

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

 span { border-color: rgb(200,172,42); }

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