#C4AC30

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

Shades of Old Gold #C4AC30

Tints of Old Gold #C4AC30

Color information

#C4AC30 (or 0xC4AC30) is unknown color: approx Old Gold. HEX triplet: C4, AC and 30. RGB value is (196,172,48). Sum of RGB (Red+Green+Blue) = 196+172+48=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AC30 is #3B53CF. Grayscale: #A5A5A5. Windows color (decimal): -3888080 or 3189956. OLE color: 3189956.

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

Color convert

RGB19617248-
CMYK00.120.760.23
HSL50.27º60.66%47.84%-
HSV(B)50.27º75.51%76.86%-
XYZ38.0541.458.79-
YUV165.0461.95150.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.12%
GREEN value IS 172 (67.58% from 255) = 41.35%
BLUE value IS 48 (19.14% from 255) = 11.54%
R=47.12%
G=41.35%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961724800.120.760.2350.2760.6647.84
HexC4AC300C4C17323d30
Octal3042546001411427627560
Binary110001001010110011000001100100110010111110010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AC30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AC30; }

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

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

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

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

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

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

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

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