Shades of Reef Gold #A89C37
Tints of Reef Gold #A89C37
RGB
CMYK
RGB Variations
Color information
#A89C37 (or 0xA89C37) is known color: Reef Gold. HEX triplet: A8, 9C and 37. RGB value is (168,156,55). Sum of RGB (Red+Green+Blue) = 168+156+55=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 55 (21.88% from 255 or 14.51% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89C37 is #5763C8. Grayscale: #949494. Windows color (decimal): -5727177 or 3644584. OLE color: 3644584.
HSL color Cylindrical-coordinate representation of color #A89C37: hue angle of 53.63º degrees, saturation: 0.51, 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 #A89C37 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 156 | 55 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.34 |
| HSL | 53.63º | 0.51% | 0.44% | - |
| HSV(B) | 53.63º | 0.67% | 0.66% | - |
| XYZ | 28.73 | 32.38 | 8.35 | - |
| YUV | 148.07 | 75.48 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 55 | 0 | 0.07 | 0.67 | 0.34 | 53.63 | 0.51 | 0.44 |
| Hex | A8 | 9C | 37 | 0 | 7 | 43 | 22 | 36 | 33 | 2C |
| Octal | 250 | 234 | 67 | 0 | 7 | 103 | 42 | 66 | 63 | 54 |
| Binary | 10101000 | 10011100 | 110111 | 0 | 111 | 1000011 | 100010 | 110110 | 110011 | 101100 |
Color Harmonies of #A89C37
Complementary color
Monochromatic Colors of #A89C37
Black with #A89C37
Text Example
Text Example
White with #A89C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89C37; }
p { color: rgb(168,156,55); }
H1.HeaderClassName
{
color: #A89C37;
}
.AnyTagClassName
{
color: #A89C37;
}
</style>
background-color css
<style>
a { background-color: #A89C37; }
a { background-color: rgb(168,156,55); }
div.DivClassName
{
background-color: #A89C37;
}
.BgClassName
{
background-color: #A89C37;
}
</style>
border-color css
<style>
span { border-color: #A89C37; }
span { border-color: rgb(168,156,55); }
td.TdClassName
{
border-color: #A89C37;
}
.TagClassName
{
border-color: #A89C37;
}
</style>