Shades of Reef Gold #A99838
Tints of Reef Gold #A99838
RGB
CMYK
RGB Variations
Color information
#A99838 (or 0xA99838) is known color: Reef Gold. HEX triplet: A9, 98 and 38. RGB value is (169,152,56). Sum of RGB (Red+Green+Blue) = 169+152+56=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A99838 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99838 is #5667C7. Grayscale: #929292. Windows color (decimal): -5662664 or 3709097. OLE color: 3709097.
HSL color Cylindrical-coordinate representation of color #A99838: hue angle of 50.97º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A99838 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 152 | 56 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.34 |
| HSL | 50.97º | 0.5% | 0.44% | - |
| HSV(B) | 50.97º | 0.67% | 0.66% | - |
| XYZ | 28.3 | 31.18 | 8.27 | - |
| YUV | 146.14 | 77.13 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 56 | 0 | 0.10 | 0.67 | 0.34 | 50.97 | 0.5 | 0.44 |
| Hex | A9 | 98 | 38 | 0 | A | 43 | 22 | 33 | 32 | 2C |
| Octal | 251 | 230 | 70 | 0 | 12 | 103 | 42 | 63 | 62 | 54 |
| Binary | 10101001 | 10011000 | 111000 | 0 | 1010 | 1000011 | 100010 | 110011 | 110010 | 101100 |
Color Harmonies of #A99838
Complementary color
Monochromatic Colors of #A99838
Black with #A99838
Text Example
Text Example
White with #A99838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99838; }
p { color: rgb(169,152,56); }
H1.HeaderClassName
{
color: #A99838;
}
.AnyTagClassName
{
color: #A99838;
}
</style>
background-color css
<style>
a { background-color: #A99838; }
a { background-color: rgb(169,152,56); }
div.DivClassName
{
background-color: #A99838;
}
.BgClassName
{
background-color: #A99838;
}
</style>
border-color css
<style>
span { border-color: #A99838; }
span { border-color: rgb(169,152,56); }
td.TdClassName
{
border-color: #A99838;
}
.TagClassName
{
border-color: #A99838;
}
</style>