Shades of Reef Gold #A98934
Tints of Reef Gold #A98934
RGB
CMYK
RGB Variations
Color information
#A98934 (or 0xA98934) is known color: Reef Gold. HEX triplet: A9, 89 and 34. RGB value is (169,137,52). Sum of RGB (Red+Green+Blue) = 169+137+52=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A98934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98934 is #5676CB. Grayscale: #898989. Windows color (decimal): -5666508 or 3443113. OLE color: 3443113.
HSL color Cylindrical-coordinate representation of color #A98934: hue angle of 43.59º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A98934 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 137 | 52 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.34 |
| HSL | 43.59º | 0.53% | 0.43% | - |
| HSV(B) | 43.59º | 0.69% | 0.66% | - |
| XYZ | 25.93 | 26.57 | 7.01 | - |
| YUV | 136.88 | 80.1 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 137 | 52 | 0 | 0.19 | 0.69 | 0.34 | 43.59 | 0.53 | 0.43 |
| Hex | A9 | 89 | 34 | 0 | 13 | 45 | 22 | 2C | 35 | 2B |
| Octal | 251 | 211 | 64 | 0 | 23 | 105 | 42 | 54 | 65 | 53 |
| Binary | 10101001 | 10001001 | 110100 | 0 | 10011 | 1000101 | 100010 | 101100 | 110101 | 101011 |
Color Harmonies of #A98934
Complementary color
Monochromatic Colors of #A98934
Black with #A98934
Text Example
Text Example
White with #A98934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98934; }
p { color: rgb(169,137,52); }
H1.HeaderClassName
{
color: #A98934;
}
.AnyTagClassName
{
color: #A98934;
}
</style>
background-color css
<style>
a { background-color: #A98934; }
a { background-color: rgb(169,137,52); }
div.DivClassName
{
background-color: #A98934;
}
.BgClassName
{
background-color: #A98934;
}
</style>
border-color css
<style>
span { border-color: #A98934; }
span { border-color: rgb(169,137,52); }
td.TdClassName
{
border-color: #A98934;
}
.TagClassName
{
border-color: #A98934;
}
</style>