Shades of Reef Gold #A99138
Tints of Reef Gold #A99138
RGB
CMYK
RGB Variations
Color information
#A99138 (or 0xA99138) is known color: Reef Gold. HEX triplet: A9, 91 and 38. RGB value is (169,145,56). Sum of RGB (Red+Green+Blue) = 169+145+56=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A99138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99138 is #566EC7. Grayscale: #8E8E8E. Windows color (decimal): -5664456 or 3707305. OLE color: 3707305.
HSL color Cylindrical-coordinate representation of color #A99138: hue angle of 47.26º 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 #A99138 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 145 | 56 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.34 |
| HSL | 47.26º | 0.5% | 0.44% | - |
| HSV(B) | 47.26º | 0.67% | 0.66% | - |
| XYZ | 27.2 | 28.97 | 7.9 | - |
| YUV | 142.03 | 79.45 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 56 | 0 | 0.14 | 0.67 | 0.34 | 47.26 | 0.5 | 0.44 |
| Hex | A9 | 91 | 38 | 0 | E | 43 | 22 | 2F | 32 | 2C |
| Octal | 251 | 221 | 70 | 0 | 16 | 103 | 42 | 57 | 62 | 54 |
| Binary | 10101001 | 10010001 | 111000 | 0 | 1110 | 1000011 | 100010 | 101111 | 110010 | 101100 |
Color Harmonies of #A99138
Complementary color
Monochromatic Colors of #A99138
Black with #A99138
Text Example
Text Example
White with #A99138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99138; }
p { color: rgb(169,145,56); }
H1.HeaderClassName
{
color: #A99138;
}
.AnyTagClassName
{
color: #A99138;
}
</style>
background-color css
<style>
a { background-color: #A99138; }
a { background-color: rgb(169,145,56); }
div.DivClassName
{
background-color: #A99138;
}
.BgClassName
{
background-color: #A99138;
}
</style>
border-color css
<style>
span { border-color: #A99138; }
span { border-color: rgb(169,145,56); }
td.TdClassName
{
border-color: #A99138;
}
.TagClassName
{
border-color: #A99138;
}
</style>