#C6AB35

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

Shades of Old Gold #C6AB35

Tints of Old Gold #C6AB35

Color information

#C6AB35 (or 0xC6AB35) is unknown color: approx Old Gold. HEX triplet: C6, AB and 35. RGB value is (198,171,53). Sum of RGB (Red+Green+Blue) = 198+171+53=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AB35 is #3954CA. Grayscale: #A6A6A6. Windows color (decimal): -3757259 or 3517382. OLE color: 3517382.

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

Color convert

RGB19817153-
CMYK00.140.730.22
HSL48.83º57.77%49.22%-
HSV(B)48.83º73.23%77.65%-
XYZ38.4941.399.33-
YUV165.6264.45151.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.92%
GREEN value IS 171 (67.19% from 255) = 40.52%
BLUE value IS 53 (21.09% from 255) = 12.56%
R=46.92%
G=40.52%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981715300.140.730.2248.8357.7749.22
HexC6AB350E4916313a31
Octal3062536501611126617261
Binary110001101010101111010101110100100110110110001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AB35; }

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

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

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

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

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

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

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

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