Shades of Reef Gold #A89136
Tints of Reef Gold #A89136
RGB
CMYK
RGB Variations
Color information
#A89136 (or 0xA89136) is known color: Reef Gold. HEX triplet: A8, 91 and 36. RGB value is (168,145,54). Sum of RGB (Red+Green+Blue) = 168+145+54=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 54 (21.48% from 255 or 14.71% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A89136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89136 is #576EC9. Grayscale: #8D8D8D. Windows color (decimal): -5729994 or 3576232. OLE color: 3576232.
HSL color Cylindrical-coordinate representation of color #A89136: hue angle of 47.89º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A89136 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 145 | 54 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.34 |
| HSL | 47.89º | 0.51% | 0.44% | - |
| HSV(B) | 47.89º | 0.68% | 0.66% | - |
| XYZ | 26.94 | 28.84 | 7.64 | - |
| YUV | 141.5 | 78.62 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 54 | 0 | 0.14 | 0.68 | 0.34 | 47.89 | 0.51 | 0.44 |
| Hex | A8 | 91 | 36 | 0 | E | 44 | 22 | 30 | 33 | 2C |
| Octal | 250 | 221 | 66 | 0 | 16 | 104 | 42 | 60 | 63 | 54 |
| Binary | 10101000 | 10010001 | 110110 | 0 | 1110 | 1000100 | 100010 | 110000 | 110011 | 101100 |
Color Harmonies of #A89136
Complementary color
Monochromatic Colors of #A89136
Black with #A89136
Text Example
Text Example
White with #A89136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89136; }
p { color: rgb(168,145,54); }
H1.HeaderClassName
{
color: #A89136;
}
.AnyTagClassName
{
color: #A89136;
}
</style>
background-color css
<style>
a { background-color: #A89136; }
a { background-color: rgb(168,145,54); }
div.DivClassName
{
background-color: #A89136;
}
.BgClassName
{
background-color: #A89136;
}
</style>
border-color css
<style>
span { border-color: #A89136; }
span { border-color: rgb(168,145,54); }
td.TdClassName
{
border-color: #A89136;
}
.TagClassName
{
border-color: #A89136;
}
</style>