Shades of Reef Gold #A98A30
Tints of Reef Gold #A98A30
RGB
CMYK
RGB Variations
Color information
#A98A30 (or 0xA98A30) is known color: Reef Gold. HEX triplet: A9, 8A and 30. RGB value is (169,138,48). Sum of RGB (Red+Green+Blue) = 169+138+48=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98A30 is #5675CF. Grayscale: #898989. Windows color (decimal): -5666256 or 3181225. OLE color: 3181225.
HSL color Cylindrical-coordinate representation of color #A98A30: hue angle of 44.63º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A98A30 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 138 | 48 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.34 |
| HSL | 44.63º | 0.56% | 0.43% | - |
| HSV(B) | 44.63º | 0.72% | 0.66% | - |
| XYZ | 25.98 | 26.83 | 6.6 | - |
| YUV | 137.01 | 77.77 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 138 | 48 | 0 | 0.18 | 0.72 | 0.34 | 44.63 | 0.56 | 0.43 |
| Hex | A9 | 8A | 30 | 0 | 12 | 48 | 22 | 2D | 38 | 2B |
| Octal | 251 | 212 | 60 | 0 | 22 | 110 | 42 | 55 | 70 | 53 |
| Binary | 10101001 | 10001010 | 110000 | 0 | 10010 | 1001000 | 100010 | 101101 | 111000 | 101011 |
Color Harmonies of #A98A30
Complementary color
Monochromatic Colors of #A98A30
Black with #A98A30
Text Example
Text Example
White with #A98A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98A30; }
p { color: rgb(169,138,48); }
H1.HeaderClassName
{
color: #A98A30;
}
.AnyTagClassName
{
color: #A98A30;
}
</style>
background-color css
<style>
a { background-color: #A98A30; }
a { background-color: rgb(169,138,48); }
div.DivClassName
{
background-color: #A98A30;
}
.BgClassName
{
background-color: #A98A30;
}
</style>
border-color css
<style>
span { border-color: #A98A30; }
span { border-color: rgb(169,138,48); }
td.TdClassName
{
border-color: #A98A30;
}
.TagClassName
{
border-color: #A98A30;
}
</style>