Shades of Reef Gold #A8972E
Tints of Reef Gold #A8972E
RGB
CMYK
RGB Variations
Color information
#A8972E (or 0xA8972E) is known color: Reef Gold. HEX triplet: A8, 97 and 2E. RGB value is (168,151,46). Sum of RGB (Red+Green+Blue) = 168+151+46=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A8972E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8972E is #5768D1. Grayscale: #909090. Windows color (decimal): -5728466 or 3053480. OLE color: 3053480.
HSL color Cylindrical-coordinate representation of color #A8972E: hue angle of 51.64º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8972E is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 151 | 46 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.34 |
| HSL | 51.64º | 0.57% | 0.42% | - |
| HSV(B) | 51.64º | 0.73% | 0.66% | - |
| XYZ | 27.71 | 30.66 | 7.04 | - |
| YUV | 144.11 | 72.63 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 46 | 0 | 0.10 | 0.73 | 0.34 | 51.64 | 0.57 | 0.42 |
| Hex | A8 | 97 | 2E | 0 | A | 49 | 22 | 34 | 39 | 2A |
| Octal | 250 | 227 | 56 | 0 | 12 | 111 | 42 | 64 | 71 | 52 |
| Binary | 10101000 | 10010111 | 101110 | 0 | 1010 | 1001001 | 100010 | 110100 | 111001 | 101010 |
Color Harmonies of #A8972E
Complementary color
Monochromatic Colors of #A8972E
Black with #A8972E
Text Example
Text Example
White with #A8972E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8972E; }
p { color: rgb(168,151,46); }
H1.HeaderClassName
{
color: #A8972E;
}
.AnyTagClassName
{
color: #A8972E;
}
</style>
background-color css
<style>
a { background-color: #A8972E; }
a { background-color: rgb(168,151,46); }
div.DivClassName
{
background-color: #A8972E;
}
.BgClassName
{
background-color: #A8972E;
}
</style>
border-color css
<style>
span { border-color: #A8972E; }
span { border-color: rgb(168,151,46); }
td.TdClassName
{
border-color: #A8972E;
}
.TagClassName
{
border-color: #A8972E;
}
</style>