#C4AC33

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

Shades of Old Gold #C4AC33

Tints of Old Gold #C4AC33

Color information

#C4AC33 (or 0xC4AC33) is unknown color: approx Old Gold. HEX triplet: C4, AC and 33. RGB value is (196,172,51). Sum of RGB (Red+Green+Blue) = 196+172+51=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 51 (20.31% from 255 or 12.17% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AC33 is #3B53CC. Grayscale: #A5A5A5. Windows color (decimal): -3888077 or 3386564. OLE color: 3386564.

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

Color convert

RGB19617251-
CMYK00.120.740.23
HSL50.07º58.7%48.43%-
HSV(B)50.07º73.98%76.86%-
XYZ38.1241.489.13-
YUV165.3863.45149.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.78%
GREEN value IS 172 (67.58% from 255) = 41.05%
BLUE value IS 51 (20.31% from 255) = 12.17%
R=46.78%
G=41.05%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961725100.120.740.2350.0758.748.43
HexC4AC330C4A17323b30
Octal3042546301411227627360
Binary110001001010110011001101100100101010111110010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AC33; }

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

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

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

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

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

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

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

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