#C6AA37

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

Shades of Old Gold #C6AA37

Tints of Old Gold #C6AA37

Color information

#C6AA37 (or 0xC6AA37) is unknown color: approx Old Gold. HEX triplet: C6, AA and 37. RGB value is (198,170,55). Sum of RGB (Red+Green+Blue) = 198+170+55=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 55 (21.88% from 255 or 13.00% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AA37 is #3955C8. Grayscale: #A5A5A5. Windows color (decimal): -3757513 or 3648198. OLE color: 3648198.

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

Color convert

RGB19817055-
CMYK00.140.720.22
HSL48.25º56.52%49.61%-
HSV(B)48.25º72.22%77.65%-
XYZ38.3541.039.51-
YUV165.2665.78151.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.81%
GREEN value IS 170 (66.80% from 255) = 40.19%
BLUE value IS 55 (21.88% from 255) = 13.00%
R=46.81%
G=40.19%
B=13.00%

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
Decimal1981705500.140.720.2248.2556.5249.61
HexC6AA370E4816303932
Octal3062526701611026607162
Binary110001101010101011011101110100100010110110000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AA37; }

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

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

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

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

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

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

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

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