Shades of Reef Gold #A88E37
Tints of Reef Gold #A88E37
RGB
CMYK
RGB Variations
Color information
#A88E37 (or 0xA88E37) is known color: Reef Gold. HEX triplet: A8, 8E and 37. RGB value is (168,142,55). Sum of RGB (Red+Green+Blue) = 168+142+55=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88E37 is #5771C8. Grayscale: #8C8C8C. Windows color (decimal): -5730761 or 3641000. OLE color: 3641000.
HSL color Cylindrical-coordinate representation of color #A88E37: hue angle of 46.19º 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 #A88E37 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 142 | 55 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.34 |
| HSL | 46.19º | 0.51% | 0.44% | - |
| HSV(B) | 46.19º | 0.67% | 0.66% | - |
| XYZ | 26.51 | 27.95 | 7.61 | - |
| YUV | 139.86 | 80.11 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 142 | 55 | 0 | 0.15 | 0.67 | 0.34 | 46.19 | 0.51 | 0.44 |
| Hex | A8 | 8E | 37 | 0 | F | 43 | 22 | 2E | 33 | 2C |
| Octal | 250 | 216 | 67 | 0 | 17 | 103 | 42 | 56 | 63 | 54 |
| Binary | 10101000 | 10001110 | 110111 | 0 | 1111 | 1000011 | 100010 | 101110 | 110011 | 101100 |
Color Harmonies of #A88E37
Complementary color
Monochromatic Colors of #A88E37
Black with #A88E37
Text Example
Text Example
White with #A88E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88E37; }
p { color: rgb(168,142,55); }
H1.HeaderClassName
{
color: #A88E37;
}
.AnyTagClassName
{
color: #A88E37;
}
</style>
background-color css
<style>
a { background-color: #A88E37; }
a { background-color: rgb(168,142,55); }
div.DivClassName
{
background-color: #A88E37;
}
.BgClassName
{
background-color: #A88E37;
}
</style>
border-color css
<style>
span { border-color: #A88E37; }
span { border-color: rgb(168,142,55); }
td.TdClassName
{
border-color: #A88E37;
}
.TagClassName
{
border-color: #A88E37;
}
</style>