Shades of Old Gold #C4AF3A
Tints of Old Gold #C4AF3A
RGB
CMYK
RGB Variations
Color information
#C4AF3A (or 0xC4AF3A) is known color: Old Gold. HEX triplet: C4, AF and 3A. RGB value is (196,175,58). Sum of RGB (Red+Green+Blue) = 196+175+58=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AF3A is #3B50C5. Grayscale: #A8A8A8. Windows color (decimal): -3887302 or 3846084. OLE color: 3846084.
HSL color Cylindrical-coordinate representation of color #C4AF3A: hue angle of 50.87º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4AF3A is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 58 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.23 |
| HSL | 50.87º | 0.54% | 0.5% | - |
| HSV(B) | 50.87º | 0.7% | 0.77% | - |
| XYZ | 38.86 | 42.7 | 10.2 | - |
| YUV | 167.94 | 65.96 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 58 | 0 | 0.11 | 0.70 | 0.23 | 50.87 | 0.54 | 0.5 |
| Hex | C4 | AF | 3A | 0 | B | 46 | 17 | 33 | 36 | 32 |
| Octal | 304 | 257 | 72 | 0 | 13 | 106 | 27 | 63 | 66 | 62 |
| Binary | 11000100 | 10101111 | 111010 | 0 | 1011 | 1000110 | 10111 | 110011 | 110110 | 110010 |
Color Harmonies of #C4AF3A
Complementary color
Monochromatic Colors of #C4AF3A
Black with #C4AF3A
Text Example
Text Example
White with #C4AF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF3A; }
p { color: rgb(196,175,58); }
H1.HeaderClassName
{
color: #C4AF3A;
}
.AnyTagClassName
{
color: #C4AF3A;
}
</style>
background-color css
<style>
a { background-color: #C4AF3A; }
a { background-color: rgb(196,175,58); }
div.DivClassName
{
background-color: #C4AF3A;
}
.BgClassName
{
background-color: #C4AF3A;
}
</style>
border-color css
<style>
span { border-color: #C4AF3A; }
span { border-color: rgb(196,175,58); }
td.TdClassName
{
border-color: #C4AF3A;
}
.TagClassName
{
border-color: #C4AF3A;
}
</style>