Shades of Reef Gold #A98B39
Tints of Reef Gold #A98B39
RGB
CMYK
RGB Variations
Color information
#A98B39 (or 0xA98B39) is known color: Reef Gold. HEX triplet: A9, 8B and 39. RGB value is (169,139,57). Sum of RGB (Red+Green+Blue) = 169+139+57=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98B39 is #5674C6. Grayscale: #8A8A8A. Windows color (decimal): -5665991 or 3771305. OLE color: 3771305.
HSL color Cylindrical-coordinate representation of color #A98B39: hue angle of 43.93º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A98B39 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 139 | 57 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.34 |
| HSL | 43.93º | 0.5% | 0.44% | - |
| HSV(B) | 43.93º | 0.66% | 0.66% | - |
| XYZ | 26.33 | 27.2 | 7.73 | - |
| YUV | 138.62 | 81.94 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 57 | 0 | 0.18 | 0.66 | 0.34 | 43.93 | 0.5 | 0.44 |
| Hex | A9 | 8B | 39 | 0 | 12 | 42 | 22 | 2C | 32 | 2C |
| Octal | 251 | 213 | 71 | 0 | 22 | 102 | 42 | 54 | 62 | 54 |
| Binary | 10101001 | 10001011 | 111001 | 0 | 10010 | 1000010 | 100010 | 101100 | 110010 | 101100 |
Color Harmonies of #A98B39
Complementary color
Monochromatic Colors of #A98B39
Black with #A98B39
Text Example
Text Example
White with #A98B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98B39; }
p { color: rgb(169,139,57); }
H1.HeaderClassName
{
color: #A98B39;
}
.AnyTagClassName
{
color: #A98B39;
}
</style>
background-color css
<style>
a { background-color: #A98B39; }
a { background-color: rgb(169,139,57); }
div.DivClassName
{
background-color: #A98B39;
}
.BgClassName
{
background-color: #A98B39;
}
</style>
border-color css
<style>
span { border-color: #A98B39; }
span { border-color: rgb(169,139,57); }
td.TdClassName
{
border-color: #A98B39;
}
.TagClassName
{
border-color: #A98B39;
}
</style>