Shades of Buddha Gold #C4AA0A
Tints of Buddha Gold #C4AA0A
RGB
CMYK
RGB Variations
Color information
#C4AA0A (or 0xC4AA0A) is known color: Buddha Gold. HEX triplet: C4, AA and 0A. RGB value is (196,170,10). Sum of RGB (Red+Green+Blue) = 196+170+10=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4AA0A is #3B55F5. Grayscale: #A0A0A0. Windows color (decimal): -3888630 or 699076. OLE color: 699076.
HSL color Cylindrical-coordinate representation of color #C4AA0A: hue angle of 51.61º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4AA0A is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 170 | 10 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.23 |
| HSL | 51.61º | 0.9% | 0.4% | - |
| HSV(B) | 51.61º | 0.95% | 0.77% | - |
| XYZ | 37.19 | 40.51 | 6.15 | - |
| YUV | 159.53 | 43.61 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 170 | 10 | 0 | 0.13 | 0.95 | 0.23 | 51.61 | 0.9 | 0.4 |
| Hex | C4 | AA | A | 0 | D | 5F | 17 | 34 | 5A | 28 |
| Octal | 304 | 252 | 12 | 0 | 15 | 137 | 27 | 64 | 132 | 50 |
| Binary | 11000100 | 10101010 | 1010 | 0 | 1101 | 1011111 | 10111 | 110100 | 1011010 | 101000 |
Color Harmonies of #C4AA0A
Complementary color
Monochromatic Colors of #C4AA0A
Black with #C4AA0A
Text Example
Text Example
White with #C4AA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AA0A; }
p { color: rgb(196,170,10); }
H1.HeaderClassName
{
color: #C4AA0A;
}
.AnyTagClassName
{
color: #C4AA0A;
}
</style>
background-color css
<style>
a { background-color: #C4AA0A; }
a { background-color: rgb(196,170,10); }
div.DivClassName
{
background-color: #C4AA0A;
}
.BgClassName
{
background-color: #C4AA0A;
}
</style>
border-color css
<style>
span { border-color: #C4AA0A; }
span { border-color: rgb(196,170,10); }
td.TdClassName
{
border-color: #C4AA0A;
}
.TagClassName
{
border-color: #C4AA0A;
}
</style>