#C3AC39

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

Shades of Old Gold #C3AC39

Tints of Old Gold #C3AC39

Color information

#C3AC39 (or 0xC3AC39) is unknown color: approx Old Gold. HEX triplet: C3, AC and 39. RGB value is (195,172,57). Sum of RGB (Red+Green+Blue) = 195+172+57=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 57 (22.66% from 255 or 13.44% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AC39 is #3C53C6. Grayscale: #A6A6A6. Windows color (decimal): -3953607 or 3779779. OLE color: 3779779.

HSL color Cylindrical-coordinate representation of color #C3AC39: hue angle of 50º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C3AC39 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB19517257-
CMYK00.120.710.24
HSL50º54.76%49.41%-
HSV(B)50º70.77%76.47%-
XYZ3841.49.86-
YUV165.7766.62148.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.99%
GREEN value IS 172 (67.58% from 255) = 40.57%
BLUE value IS 57 (22.66% from 255) = 13.44%
R=45.99%
G=40.57%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951725700.120.710.245054.7649.41
HexC3AC390C4718323731
Octal3032547101410730626761
Binary110000111010110011100101100100011111000110010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AC39; }

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

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

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

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

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

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

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

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