Shades of Reef Gold #A98E2A
Tints of Reef Gold #A98E2A
RGB
CMYK
RGB Variations
Color information
#A98E2A (or 0xA98E2A) is known color: Reef Gold. HEX triplet: A9, 8E and 2A. RGB value is (169,142,42). Sum of RGB (Red+Green+Blue) = 169+142+42=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98E2A is #5671D5. Grayscale: #8B8B8B. Windows color (decimal): -5665238 or 2789033. OLE color: 2789033.
HSL color Cylindrical-coordinate representation of color #A98E2A: hue angle of 47.24º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A98E2A is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 142 | 42 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.34 |
| HSL | 47.24º | 0.6% | 0.41% | - |
| HSV(B) | 47.24º | 0.75% | 0.66% | - |
| XYZ | 26.45 | 27.95 | 6.19 | - |
| YUV | 138.67 | 73.45 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 142 | 42 | 0 | 0.16 | 0.75 | 0.34 | 47.24 | 0.6 | 0.41 |
| Hex | A9 | 8E | 2A | 0 | 10 | 4B | 22 | 2F | 3C | 29 |
| Octal | 251 | 216 | 52 | 0 | 20 | 113 | 42 | 57 | 74 | 51 |
| Binary | 10101001 | 10001110 | 101010 | 0 | 10000 | 1001011 | 100010 | 101111 | 111100 | 101001 |
Color Harmonies of #A98E2A
Complementary color
Monochromatic Colors of #A98E2A
Black with #A98E2A
Text Example
Text Example
White with #A98E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98E2A; }
p { color: rgb(169,142,42); }
H1.HeaderClassName
{
color: #A98E2A;
}
.AnyTagClassName
{
color: #A98E2A;
}
</style>
background-color css
<style>
a { background-color: #A98E2A; }
a { background-color: rgb(169,142,42); }
div.DivClassName
{
background-color: #A98E2A;
}
.BgClassName
{
background-color: #A98E2A;
}
</style>
border-color css
<style>
span { border-color: #A98E2A; }
span { border-color: rgb(169,142,42); }
td.TdClassName
{
border-color: #A98E2A;
}
.TagClassName
{
border-color: #A98E2A;
}
</style>