Shades of Reef Gold #A78D39
Tints of Reef Gold #A78D39
RGB
CMYK
RGB Variations
Color information
#A78D39 (or 0xA78D39) is known color: Reef Gold. HEX triplet: A7, 8D and 39. RGB value is (167,141,57). Sum of RGB (Red+Green+Blue) = 167+141+57=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A78D39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78D39 is #5872C6. Grayscale: #8B8B8B. Windows color (decimal): -5796551 or 3771815. OLE color: 3771815.
HSL color Cylindrical-coordinate representation of color #A78D39: hue angle of 45.82º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A78D39 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 141 | 57 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.35 |
| HSL | 45.82º | 0.49% | 0.44% | - |
| HSV(B) | 45.82º | 0.66% | 0.65% | - |
| XYZ | 26.2 | 27.56 | 7.81 | - |
| YUV | 139.2 | 81.61 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 141 | 57 | 0 | 0.16 | 0.66 | 0.35 | 45.82 | 0.49 | 0.44 |
| Hex | A7 | 8D | 39 | 0 | 10 | 42 | 23 | 2E | 31 | 2C |
| Octal | 247 | 215 | 71 | 0 | 20 | 102 | 43 | 56 | 61 | 54 |
| Binary | 10100111 | 10001101 | 111001 | 0 | 10000 | 1000010 | 100011 | 101110 | 110001 | 101100 |
Color Harmonies of #A78D39
Complementary color
Monochromatic Colors of #A78D39
Black with #A78D39
Text Example
Text Example
White with #A78D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78D39; }
p { color: rgb(167,141,57); }
H1.HeaderClassName
{
color: #A78D39;
}
.AnyTagClassName
{
color: #A78D39;
}
</style>
background-color css
<style>
a { background-color: #A78D39; }
a { background-color: rgb(167,141,57); }
div.DivClassName
{
background-color: #A78D39;
}
.BgClassName
{
background-color: #A78D39;
}
</style>
border-color css
<style>
span { border-color: #A78D39; }
span { border-color: rgb(167,141,57); }
td.TdClassName
{
border-color: #A78D39;
}
.TagClassName
{
border-color: #A78D39;
}
</style>