Shades of Reef Gold #A89636
Tints of Reef Gold #A89636
RGB
CMYK
RGB Variations
Color information
#A89636 (or 0xA89636) is known color: Reef Gold. HEX triplet: A8, 96 and 36. RGB value is (168,150,54). Sum of RGB (Red+Green+Blue) = 168+150+54=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 54 (21.48% from 255 or 14.52% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A89636 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89636 is #5769C9. Grayscale: #909090. Windows color (decimal): -5728714 or 3577512. OLE color: 3577512.
HSL color Cylindrical-coordinate representation of color #A89636: hue angle of 50.53º 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 #A89636 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 150 | 54 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.34 |
| HSL | 50.53º | 0.51% | 0.44% | - |
| HSV(B) | 50.53º | 0.68% | 0.66% | - |
| XYZ | 27.72 | 30.4 | 7.9 | - |
| YUV | 144.44 | 76.96 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 54 | 0 | 0.11 | 0.68 | 0.34 | 50.53 | 0.51 | 0.44 |
| Hex | A8 | 96 | 36 | 0 | B | 44 | 22 | 33 | 33 | 2C |
| Octal | 250 | 226 | 66 | 0 | 13 | 104 | 42 | 63 | 63 | 54 |
| Binary | 10101000 | 10010110 | 110110 | 0 | 1011 | 1000100 | 100010 | 110011 | 110011 | 101100 |
Color Harmonies of #A89636
Complementary color
Monochromatic Colors of #A89636
Black with #A89636
Text Example
Text Example
White with #A89636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89636; }
p { color: rgb(168,150,54); }
H1.HeaderClassName
{
color: #A89636;
}
.AnyTagClassName
{
color: #A89636;
}
</style>
background-color css
<style>
a { background-color: #A89636; }
a { background-color: rgb(168,150,54); }
div.DivClassName
{
background-color: #A89636;
}
.BgClassName
{
background-color: #A89636;
}
</style>
border-color css
<style>
span { border-color: #A89636; }
span { border-color: rgb(168,150,54); }
td.TdClassName
{
border-color: #A89636;
}
.TagClassName
{
border-color: #A89636;
}
</style>