#c6ae35

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

Shades of Old Gold #C6AE35

Tints of Old Gold #C6AE35

Color information

#C6AE35 (or 0xC6AE35) is unknown color: approx Old Gold. HEX triplet: C6, AE and 35. RGB value is (198,174,53). Sum of RGB (Red+Green+Blue) = 198+174+53=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 53 (21.09% from 255 or 12.47% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AE35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AE35 is #3951CA. Grayscale: #A7A7A7. Windows color (decimal): -3756491 or 3518150. OLE color: 3518150.

HSL color Cylindrical-coordinate representation of color #C6AE35: hue angle of 50.07º 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 #C6AE35 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB19817453-
CMYK00.120.730.22
HSL50.07º57.77%49.22%-
HSV(B)50.07º73.23%77.65%-
XYZ39.0742.539.52-
YUV167.3863.45149.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.59%
GREEN value IS 174 (68.36% from 255) = 40.94%
BLUE value IS 53 (21.09% from 255) = 12.47%
R=46.59%
G=40.94%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981745300.120.730.2250.0757.7749.22
HexC6AE350C4916323a31
Octal3062566501411126627261
Binary110001101010111011010101100100100110110110010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6ae35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6ae35; }

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

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

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

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

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

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

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

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