Shades of Reef Gold #A7872C
Tints of Reef Gold #A7872C
RGB
CMYK
RGB Variations
Color information
#A7872C (or 0xA7872C) is known color: Reef Gold. HEX triplet: A7, 87 and 2C. RGB value is (167,135,44). Sum of RGB (Red+Green+Blue) = 167+135+44=346 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.27% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 167 - color contains mainly: red. Hex color #A7872C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7872C is #5878D3. Grayscale: #868686. Windows color (decimal): -5798100 or 2918311. OLE color: 2918311.
HSL color Cylindrical-coordinate representation of color #A7872C: hue angle of 44.39º 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 #A7872C is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 135 | 44 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.35 |
| HSL | 44.39º | 0.58% | 0.41% | - |
| HSV(B) | 44.39º | 0.74% | 0.65% | - |
| XYZ | 25.05 | 25.73 | 6.03 | - |
| YUV | 134.19 | 77.1 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 135 | 44 | 0 | 0.19 | 0.74 | 0.35 | 44.39 | 0.58 | 0.41 |
| Hex | A7 | 87 | 2C | 0 | 13 | 4A | 23 | 2C | 3A | 29 |
| Octal | 247 | 207 | 54 | 0 | 23 | 112 | 43 | 54 | 72 | 51 |
| Binary | 10100111 | 10000111 | 101100 | 0 | 10011 | 1001010 | 100011 | 101100 | 111010 | 101001 |
Color Harmonies of #A7872C
Complementary color
Monochromatic Colors of #A7872C
Black with #A7872C
Text Example
Text Example
White with #A7872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7872C; }
p { color: rgb(167,135,44); }
H1.HeaderClassName
{
color: #A7872C;
}
.AnyTagClassName
{
color: #A7872C;
}
</style>
background-color css
<style>
a { background-color: #A7872C; }
a { background-color: rgb(167,135,44); }
div.DivClassName
{
background-color: #A7872C;
}
.BgClassName
{
background-color: #A7872C;
}
</style>
border-color css
<style>
span { border-color: #A7872C; }
span { border-color: rgb(167,135,44); }
td.TdClassName
{
border-color: #A7872C;
}
.TagClassName
{
border-color: #A7872C;
}
</style>