Shades of Reef Gold #A78D2C
Tints of Reef Gold #A78D2C
RGB
CMYK
RGB Variations
Color information
#A78D2C (or 0xA78D2C) is known color: Reef Gold. HEX triplet: A7, 8D and 2C. RGB value is (167,141,44). Sum of RGB (Red+Green+Blue) = 167+141+44=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 167 - color contains mainly: red. Hex color #A78D2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78D2C is #5872D3. Grayscale: #8A8A8A. Windows color (decimal): -5796564 or 2919847. OLE color: 2919847.
HSL color Cylindrical-coordinate representation of color #A78D2C: hue angle of 47.32º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A78D2C is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 141 | 44 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.35 |
| HSL | 47.32º | 0.58% | 0.41% | - |
| HSV(B) | 47.32º | 0.74% | 0.65% | - |
| XYZ | 25.92 | 27.45 | 6.31 | - |
| YUV | 137.72 | 75.11 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 141 | 44 | 0 | 0.16 | 0.74 | 0.35 | 47.32 | 0.58 | 0.41 |
| Hex | A7 | 8D | 2C | 0 | 10 | 4A | 23 | 2F | 3A | 29 |
| Octal | 247 | 215 | 54 | 0 | 20 | 112 | 43 | 57 | 72 | 51 |
| Binary | 10100111 | 10001101 | 101100 | 0 | 10000 | 1001010 | 100011 | 101111 | 111010 | 101001 |
Color Harmonies of #A78D2C
Complementary color
Monochromatic Colors of #A78D2C
Black with #A78D2C
Text Example
Text Example
White with #A78D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78D2C; }
p { color: rgb(167,141,44); }
H1.HeaderClassName
{
color: #A78D2C;
}
.AnyTagClassName
{
color: #A78D2C;
}
</style>
background-color css
<style>
a { background-color: #A78D2C; }
a { background-color: rgb(167,141,44); }
div.DivClassName
{
background-color: #A78D2C;
}
.BgClassName
{
background-color: #A78D2C;
}
</style>
border-color css
<style>
span { border-color: #A78D2C; }
span { border-color: rgb(167,141,44); }
td.TdClassName
{
border-color: #A78D2C;
}
.TagClassName
{
border-color: #A78D2C;
}
</style>