Shades of Old Gold #C6AA3A
Tints of Old Gold #C6AA3A
RGB
CMYK
RGB Variations
Color information
#C6AA3A (or 0xC6AA3A) is known color: Old Gold. HEX triplet: C6, AA and 3A. RGB value is (198,170,58). Sum of RGB (Red+Green+Blue) = 198+170+58=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AA3A is #3955C5. Grayscale: #A6A6A6. Windows color (decimal): -3757510 or 3844806. OLE color: 3844806.
HSL color Cylindrical-coordinate representation of color #C6AA3A: hue angle of 48º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6AA3A is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 170 | 58 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.22 |
| HSL | 48º | 0.55% | 0.5% | - |
| HSV(B) | 48º | 0.71% | 0.78% | - |
| XYZ | 38.43 | 41.06 | 9.9 | - |
| YUV | 165.6 | 67.28 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 58 | 0 | 0.14 | 0.71 | 0.22 | 48 | 0.55 | 0.5 |
| Hex | C6 | AA | 3A | 0 | E | 47 | 16 | 30 | 37 | 32 |
| Octal | 306 | 252 | 72 | 0 | 16 | 107 | 26 | 60 | 67 | 62 |
| Binary | 11000110 | 10101010 | 111010 | 0 | 1110 | 1000111 | 10110 | 110000 | 110111 | 110010 |
Color Harmonies of #C6AA3A
Complementary color
Monochromatic Colors of #C6AA3A
Black with #C6AA3A
Text Example
Text Example
White with #C6AA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AA3A; }
p { color: rgb(198,170,58); }
H1.HeaderClassName
{
color: #C6AA3A;
}
.AnyTagClassName
{
color: #C6AA3A;
}
</style>
background-color css
<style>
a { background-color: #C6AA3A; }
a { background-color: rgb(198,170,58); }
div.DivClassName
{
background-color: #C6AA3A;
}
.BgClassName
{
background-color: #C6AA3A;
}
</style>
border-color css
<style>
span { border-color: #C6AA3A; }
span { border-color: rgb(198,170,58); }
td.TdClassName
{
border-color: #C6AA3A;
}
.TagClassName
{
border-color: #C6AA3A;
}
</style>