Shades of Reef Gold #A78C31
Tints of Reef Gold #A78C31
RGB
CMYK
RGB Variations
Color information
#A78C31 (or 0xA78C31) is known color: Reef Gold. HEX triplet: A7, 8C and 31. RGB value is (167,140,49). Sum of RGB (Red+Green+Blue) = 167+140+49=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A78C31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78C31 is #5873CE. Grayscale: #8A8A8A. Windows color (decimal): -5796815 or 3247271. OLE color: 3247271.
HSL color Cylindrical-coordinate representation of color #A78C31: hue angle of 46.27º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A78C31 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 140 | 49 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.35 |
| HSL | 46.27º | 0.55% | 0.42% | - |
| HSV(B) | 46.27º | 0.71% | 0.65% | - |
| XYZ | 25.87 | 27.19 | 6.79 | - |
| YUV | 137.7 | 77.95 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 140 | 49 | 0 | 0.16 | 0.71 | 0.35 | 46.27 | 0.55 | 0.42 |
| Hex | A7 | 8C | 31 | 0 | 10 | 47 | 23 | 2E | 37 | 2A |
| Octal | 247 | 214 | 61 | 0 | 20 | 107 | 43 | 56 | 67 | 52 |
| Binary | 10100111 | 10001100 | 110001 | 0 | 10000 | 1000111 | 100011 | 101110 | 110111 | 101010 |
Color Harmonies of #A78C31
Complementary color
Monochromatic Colors of #A78C31
Black with #A78C31
Text Example
Text Example
White with #A78C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78C31; }
p { color: rgb(167,140,49); }
H1.HeaderClassName
{
color: #A78C31;
}
.AnyTagClassName
{
color: #A78C31;
}
</style>
background-color css
<style>
a { background-color: #A78C31; }
a { background-color: rgb(167,140,49); }
div.DivClassName
{
background-color: #A78C31;
}
.BgClassName
{
background-color: #A78C31;
}
</style>
border-color css
<style>
span { border-color: #A78C31; }
span { border-color: rgb(167,140,49); }
td.TdClassName
{
border-color: #A78C31;
}
.TagClassName
{
border-color: #A78C31;
}
</style>