Shades of Reef Gold #A98C29
Tints of Reef Gold #A98C29
RGB
CMYK
RGB Variations
Color information
#A98C29 (or 0xA98C29) is known color: Reef Gold. HEX triplet: A9, 8C and 29. RGB value is (169,140,41). Sum of RGB (Red+Green+Blue) = 169+140+41=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 41 (16.41% from 255 or 11.71% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98C29 is #5673D6. Grayscale: #898989. Windows color (decimal): -5665751 or 2722985. OLE color: 2722985.
HSL color Cylindrical-coordinate representation of color #A98C29: hue angle of 46.41º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A98C29 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 140 | 41 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.34 |
| HSL | 46.41º | 0.61% | 0.41% | - |
| HSV(B) | 46.41º | 0.76% | 0.66% | - |
| XYZ | 26.14 | 27.35 | 6 | - |
| YUV | 137.39 | 73.61 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 140 | 41 | 0 | 0.17 | 0.76 | 0.34 | 46.41 | 0.61 | 0.41 |
| Hex | A9 | 8C | 29 | 0 | 11 | 4C | 22 | 2E | 3D | 29 |
| Octal | 251 | 214 | 51 | 0 | 21 | 114 | 42 | 56 | 75 | 51 |
| Binary | 10101001 | 10001100 | 101001 | 0 | 10001 | 1001100 | 100010 | 101110 | 111101 | 101001 |
Color Harmonies of #A98C29
Complementary color
Monochromatic Colors of #A98C29
Black with #A98C29
Text Example
Text Example
White with #A98C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98C29; }
p { color: rgb(169,140,41); }
H1.HeaderClassName
{
color: #A98C29;
}
.AnyTagClassName
{
color: #A98C29;
}
</style>
background-color css
<style>
a { background-color: #A98C29; }
a { background-color: rgb(169,140,41); }
div.DivClassName
{
background-color: #A98C29;
}
.BgClassName
{
background-color: #A98C29;
}
</style>
border-color css
<style>
span { border-color: #A98C29; }
span { border-color: rgb(169,140,41); }
td.TdClassName
{
border-color: #A98C29;
}
.TagClassName
{
border-color: #A98C29;
}
</style>