Shades of Reef Gold #A78C39
Tints of Reef Gold #A78C39
RGB
CMYK
RGB Variations
Color information
#A78C39 (or 0xA78C39) is known color: Reef Gold. HEX triplet: A7, 8C and 39. RGB value is (167,140,57). Sum of RGB (Red+Green+Blue) = 167+140+57=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 57 (22.66% from 255 or 15.66% from 364); Max value from RGB is 167 - color contains mainly: red. Hex color #A78C39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78C39 is #5873C6. Grayscale: #8A8A8A. Windows color (decimal): -5796807 or 3771559. OLE color: 3771559.
HSL color Cylindrical-coordinate representation of color #A78C39: hue angle of 45.27º 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 #A78C39 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 140 | 57 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.35 |
| HSL | 45.27º | 0.49% | 0.44% | - |
| HSV(B) | 45.27º | 0.66% | 0.65% | - |
| XYZ | 26.05 | 27.27 | 7.76 | - |
| YUV | 138.61 | 81.95 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 140 | 57 | 0 | 0.16 | 0.66 | 0.35 | 45.27 | 0.49 | 0.44 |
| Hex | A7 | 8C | 39 | 0 | 10 | 42 | 23 | 2D | 31 | 2C |
| Octal | 247 | 214 | 71 | 0 | 20 | 102 | 43 | 55 | 61 | 54 |
| Binary | 10100111 | 10001100 | 111001 | 0 | 10000 | 1000010 | 100011 | 101101 | 110001 | 101100 |
Color Harmonies of #A78C39
Complementary color
Monochromatic Colors of #A78C39
Black with #A78C39
Text Example
Text Example
White with #A78C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78C39; }
p { color: rgb(167,140,57); }
H1.HeaderClassName
{
color: #A78C39;
}
.AnyTagClassName
{
color: #A78C39;
}
</style>
background-color css
<style>
a { background-color: #A78C39; }
a { background-color: rgb(167,140,57); }
div.DivClassName
{
background-color: #A78C39;
}
.BgClassName
{
background-color: #A78C39;
}
</style>
border-color css
<style>
span { border-color: #A78C39; }
span { border-color: rgb(167,140,57); }
td.TdClassName
{
border-color: #A78C39;
}
.TagClassName
{
border-color: #A78C39;
}
</style>