#C8AC39

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

Shades of Old Gold #C8AC39

Tints of Old Gold #C8AC39

Color information

#C8AC39 (or 0xC8AC39) is unknown color: approx Old Gold. HEX triplet: C8, AC and 39. RGB value is (200,172,57). Sum of RGB (Red+Green+Blue) = 200+172+57=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 57 (22.66% from 255 or 13.29% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AC39 is #3753C6. Grayscale: #A7A7A7. Windows color (decimal): -3625927 or 3779784. OLE color: 3779784.

HSL color Cylindrical-coordinate representation of color #C8AC39: hue angle of 48.25º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8AC39 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB20017257-
CMYK00.140.720.22
HSL48.25º56.52%50.39%-
HSV(B)48.25º71.5%78.43%-
XYZ39.3142.089.92-
YUV167.2665.78151.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.62%
GREEN value IS 172 (67.58% from 255) = 40.09%
BLUE value IS 57 (22.66% from 255) = 13.29%
R=46.62%
G=40.09%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001725700.140.720.2248.2556.5250.39
HexC8AC390E4816303932
Octal3102547101611026607162
Binary110010001010110011100101110100100010110110000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AC39; }

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

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

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

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

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

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

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

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