Shades of Reef Gold #A98B27
Tints of Reef Gold #A98B27
RGB
CMYK
RGB Variations
Color information
#A98B27 (or 0xA98B27) is known color: Reef Gold. HEX triplet: A9, 8B and 27. RGB value is (169,139,39). Sum of RGB (Red+Green+Blue) = 169+139+39=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 39 (15.62% from 255 or 11.24% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98B27 is #5674D8. Grayscale: #888888. Windows color (decimal): -5666009 or 2591657. OLE color: 2591657.
HSL color Cylindrical-coordinate representation of color #A98B27: hue angle of 46.15º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A98B27 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 139 | 39 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.34 |
| HSL | 46.15º | 0.63% | 0.41% | - |
| HSV(B) | 46.15º | 0.77% | 0.66% | - |
| XYZ | 25.96 | 27.05 | 5.77 | - |
| YUV | 136.57 | 72.94 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 39 | 0 | 0.18 | 0.77 | 0.34 | 46.15 | 0.63 | 0.41 |
| Hex | A9 | 8B | 27 | 0 | 12 | 4D | 22 | 2E | 3E | 29 |
| Octal | 251 | 213 | 47 | 0 | 22 | 115 | 42 | 56 | 76 | 51 |
| Binary | 10101001 | 10001011 | 100111 | 0 | 10010 | 1001101 | 100010 | 101110 | 111110 | 101001 |
Color Harmonies of #A98B27
Complementary color
Monochromatic Colors of #A98B27
Black with #A98B27
Text Example
Text Example
White with #A98B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98B27; }
p { color: rgb(169,139,39); }
H1.HeaderClassName
{
color: #A98B27;
}
.AnyTagClassName
{
color: #A98B27;
}
</style>
background-color css
<style>
a { background-color: #A98B27; }
a { background-color: rgb(169,139,39); }
div.DivClassName
{
background-color: #A98B27;
}
.BgClassName
{
background-color: #A98B27;
}
</style>
border-color css
<style>
span { border-color: #A98B27; }
span { border-color: rgb(169,139,39); }
td.TdClassName
{
border-color: #A98B27;
}
.TagClassName
{
border-color: #A98B27;
}
</style>