Shades of Reef Gold #A8983A
Tints of Reef Gold #A8983A
RGB
CMYK
RGB Variations
Color information
#A8983A (or 0xA8983A) is known color: Reef Gold. HEX triplet: A8, 98 and 3A. RGB value is (168,152,58). Sum of RGB (Red+Green+Blue) = 168+152+58=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A8983A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8983A is #5767C5. Grayscale: #929292. Windows color (decimal): -5728198 or 3840168. OLE color: 3840168.
HSL color Cylindrical-coordinate representation of color #A8983A: hue angle of 51.27º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8983A is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 152 | 58 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.34 |
| HSL | 51.27º | 0.49% | 0.44% | - |
| HSV(B) | 51.27º | 0.65% | 0.66% | - |
| XYZ | 28.14 | 31.09 | 8.52 | - |
| YUV | 146.07 | 78.3 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 58 | 0 | 0.10 | 0.65 | 0.34 | 51.27 | 0.49 | 0.44 |
| Hex | A8 | 98 | 3A | 0 | A | 41 | 22 | 33 | 31 | 2C |
| Octal | 250 | 230 | 72 | 0 | 12 | 101 | 42 | 63 | 61 | 54 |
| Binary | 10101000 | 10011000 | 111010 | 0 | 1010 | 1000001 | 100010 | 110011 | 110001 | 101100 |
Color Harmonies of #A8983A
Complementary color
Monochromatic Colors of #A8983A
Black with #A8983A
Text Example
Text Example
White with #A8983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8983A; }
p { color: rgb(168,152,58); }
H1.HeaderClassName
{
color: #A8983A;
}
.AnyTagClassName
{
color: #A8983A;
}
</style>
background-color css
<style>
a { background-color: #A8983A; }
a { background-color: rgb(168,152,58); }
div.DivClassName
{
background-color: #A8983A;
}
.BgClassName
{
background-color: #A8983A;
}
</style>
border-color css
<style>
span { border-color: #A8983A; }
span { border-color: rgb(168,152,58); }
td.TdClassName
{
border-color: #A8983A;
}
.TagClassName
{
border-color: #A8983A;
}
</style>