Shades of Reef Gold #A78735
Tints of Reef Gold #A78735
RGB
CMYK
RGB Variations
Color information
#A78735 (or 0xA78735) is known color: Reef Gold. HEX triplet: A7, 87 and 35. RGB value is (167,135,53). Sum of RGB (Red+Green+Blue) = 167+135+53=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 167 - color contains mainly: red. Hex color #A78735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78735 is #5878CA. Grayscale: #878787. Windows color (decimal): -5798091 or 3508135. OLE color: 3508135.
HSL color Cylindrical-coordinate representation of color #A78735: hue angle of 43.16º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A78735 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 135 | 53 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.35 |
| HSL | 43.16º | 0.52% | 0.43% | - |
| HSV(B) | 43.16º | 0.68% | 0.65% | - |
| XYZ | 25.24 | 25.8 | 7.02 | - |
| YUV | 135.22 | 81.6 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 135 | 53 | 0 | 0.19 | 0.68 | 0.35 | 43.16 | 0.52 | 0.43 |
| Hex | A7 | 87 | 35 | 0 | 13 | 44 | 23 | 2B | 34 | 2B |
| Octal | 247 | 207 | 65 | 0 | 23 | 104 | 43 | 53 | 64 | 53 |
| Binary | 10100111 | 10000111 | 110101 | 0 | 10011 | 1000100 | 100011 | 101011 | 110100 | 101011 |
Color Harmonies of #A78735
Complementary color
Monochromatic Colors of #A78735
Black with #A78735
Text Example
Text Example
White with #A78735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78735; }
p { color: rgb(167,135,53); }
H1.HeaderClassName
{
color: #A78735;
}
.AnyTagClassName
{
color: #A78735;
}
</style>
background-color css
<style>
a { background-color: #A78735; }
a { background-color: rgb(167,135,53); }
div.DivClassName
{
background-color: #A78735;
}
.BgClassName
{
background-color: #A78735;
}
</style>
border-color css
<style>
span { border-color: #A78735; }
span { border-color: rgb(167,135,53); }
td.TdClassName
{
border-color: #A78735;
}
.TagClassName
{
border-color: #A78735;
}
</style>