#C6AB37

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

Shades of Old Gold #C6AB37

Tints of Old Gold #C6AB37

Color information

#C6AB37 (or 0xC6AB37) is unknown color: approx Old Gold. HEX triplet: C6, AB and 37. RGB value is (198,171,55). Sum of RGB (Red+Green+Blue) = 198+171+55=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AB37 is #3954C8. Grayscale: #A6A6A6. Windows color (decimal): -3757257 or 3648454. OLE color: 3648454.

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

Color convert

RGB19817155-
CMYK00.140.720.22
HSL48.67º56.52%49.61%-
HSV(B)48.67º72.22%77.65%-
XYZ38.5441.419.58-
YUV165.8565.45150.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.70%
GREEN value IS 171 (67.19% from 255) = 40.33%
BLUE value IS 55 (21.88% from 255) = 12.97%
R=46.70%
G=40.33%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981715500.140.720.2248.6756.5249.61
HexC6AB370E4816313932
Octal3062536701611026617162
Binary110001101010101111011101110100100010110110001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AB37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AB37; }

 p { color: rgb(198,171,55); }

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

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

 a { background-color: rgb(198,171,55); }

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

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

 span { border-color: rgb(198,171,55); }

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