Shades of Reef Gold #A89336
Tints of Reef Gold #A89336
RGB
CMYK
RGB Variations
Color information
#A89336 (or 0xA89336) is known color: Reef Gold. HEX triplet: A8, 93 and 36. RGB value is (168,147,54). Sum of RGB (Red+Green+Blue) = 168+147+54=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 54 (21.48% from 255 or 14.63% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A89336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89336 is #576CC9. Grayscale: #8F8F8F. Windows color (decimal): -5729482 or 3576744. OLE color: 3576744.
HSL color Cylindrical-coordinate representation of color #A89336: hue angle of 48.95º 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 #A89336 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 147 | 54 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.34 |
| HSL | 48.95º | 0.51% | 0.44% | - |
| HSV(B) | 48.95º | 0.68% | 0.66% | - |
| XYZ | 27.25 | 29.46 | 7.74 | - |
| YUV | 142.68 | 77.96 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 54 | 0 | 0.13 | 0.68 | 0.34 | 48.95 | 0.51 | 0.44 |
| Hex | A8 | 93 | 36 | 0 | D | 44 | 22 | 31 | 33 | 2C |
| Octal | 250 | 223 | 66 | 0 | 15 | 104 | 42 | 61 | 63 | 54 |
| Binary | 10101000 | 10010011 | 110110 | 0 | 1101 | 1000100 | 100010 | 110001 | 110011 | 101100 |
Color Harmonies of #A89336
Complementary color
Monochromatic Colors of #A89336
Black with #A89336
Text Example
Text Example
White with #A89336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89336; }
p { color: rgb(168,147,54); }
H1.HeaderClassName
{
color: #A89336;
}
.AnyTagClassName
{
color: #A89336;
}
</style>
background-color css
<style>
a { background-color: #A89336; }
a { background-color: rgb(168,147,54); }
div.DivClassName
{
background-color: #A89336;
}
.BgClassName
{
background-color: #A89336;
}
</style>
border-color css
<style>
span { border-color: #A89336; }
span { border-color: rgb(168,147,54); }
td.TdClassName
{
border-color: #A89336;
}
.TagClassName
{
border-color: #A89336;
}
</style>