#C7AC33

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

Shades of Old Gold #C7AC33

Tints of Old Gold #C7AC33

Color information

#C7AC33 (or 0xC7AC33) is unknown color: approx Old Gold. HEX triplet: C7, AC and 33. RGB value is (199,172,51). Sum of RGB (Red+Green+Blue) = 199+172+51=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AC33 is #3853CC. Grayscale: #A6A6A6. Windows color (decimal): -3691469 or 3386567. OLE color: 3386567.

HSL color Cylindrical-coordinate representation of color #C7AC33: hue angle of 49.05º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7AC33 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB19917251-
CMYK00.140.740.22
HSL49.05º59.2%49.02%-
HSV(B)49.05º74.37%78.04%-
XYZ38.941.899.17-
YUV166.2862.95151.34-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.16%
GREEN value IS 172 (67.58% from 255) = 40.76%
BLUE value IS 51 (20.31% from 255) = 12.09%
R=47.16%
G=40.76%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991725100.140.740.2249.0559.249.02
HexC7AC330E4A16313b31
Octal3072546301611226617361
Binary110001111010110011001101110100101010110110001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AC33; }

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

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

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

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

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

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

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

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