#C4AC35

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

Shades of Old Gold #C4AC35

Tints of Old Gold #C4AC35

Color information

#C4AC35 (or 0xC4AC35) is unknown color: approx Old Gold. HEX triplet: C4, AC and 35. RGB value is (196,172,53). Sum of RGB (Red+Green+Blue) = 196+172+53=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 53 (21.09% from 255 or 12.59% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AC35 is #3B53CA. Grayscale: #A6A6A6. Windows color (decimal): -3888075 or 3517636. OLE color: 3517636.

HSL color Cylindrical-coordinate representation of color #C4AC35: hue angle of 49.93º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4AC35 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB19617253-
CMYK00.120.730.23
HSL49.93º57.43%48.82%-
HSV(B)49.93º72.96%76.86%-
XYZ38.1641.59.37-
YUV165.6164.45149.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.56%
GREEN value IS 172 (67.58% from 255) = 40.86%
BLUE value IS 53 (21.09% from 255) = 12.59%
R=46.56%
G=40.86%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961725300.120.730.2349.9357.4348.82
HexC4AC350C4917323931
Octal3042546501411127627161
Binary110001001010110011010101100100100110111110010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AC35; }

 p { color: rgb(196,172,53); }

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

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

 a { background-color: rgb(196,172,53); }

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

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

 span { border-color: rgb(196,172,53); }

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