#C7AB3D

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

Shades of Old Gold #C7AB3D

Tints of Old Gold #C7AB3D

Color information

#C7AB3D (or 0xC7AB3D) is unknown color: approx Old Gold. HEX triplet: C7, AB and 3D. RGB value is (199,171,61). Sum of RGB (Red+Green+Blue) = 199+171+61=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AB3D is #3854C2. Grayscale: #A7A7A7. Windows color (decimal): -3691715 or 4041671. OLE color: 4041671.

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

Color convert

RGB19917161-
CMYK00.140.690.22
HSL47.83º55.2%50.98%-
HSV(B)47.83º69.35%78.04%-
XYZ38.9641.610.39-
YUV166.8368.28150.94-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.17%
GREEN value IS 171 (67.19% from 255) = 39.68%
BLUE value IS 61 (24.22% from 255) = 14.15%
R=46.17%
G=39.68%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991716100.140.690.2247.8355.250.98
HexC7AB3D0E4516303733
Octal3072537501610526606763
Binary110001111010101111110101110100010110110110000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AB3D; }

 p { color: rgb(199,171,61); }

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

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

 a { background-color: rgb(199,171,61); }

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

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

 span { border-color: rgb(199,171,61); }

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