Shades of Reef Gold #A88731
Tints of Reef Gold #A88731
RGB
CMYK
RGB Variations
Color information
#A88731 (or 0xA88731) is known color: Reef Gold. HEX triplet: A8, 87 and 31. RGB value is (168,135,49). Sum of RGB (Red+Green+Blue) = 168+135+49=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A88731 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88731 is #5778CE. Grayscale: #878787. Windows color (decimal): -5732559 or 3245992. OLE color: 3245992.
HSL color Cylindrical-coordinate representation of color #A88731: hue angle of 43.36º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A88731 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 135 | 49 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.34 |
| HSL | 43.36º | 0.55% | 0.43% | - |
| HSV(B) | 43.36º | 0.71% | 0.66% | - |
| XYZ | 25.37 | 25.87 | 6.56 | - |
| YUV | 135.06 | 79.43 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 135 | 49 | 0 | 0.20 | 0.71 | 0.34 | 43.36 | 0.55 | 0.43 |
| Hex | A8 | 87 | 31 | 0 | 14 | 47 | 22 | 2B | 37 | 2B |
| Octal | 250 | 207 | 61 | 0 | 24 | 107 | 42 | 53 | 67 | 53 |
| Binary | 10101000 | 10000111 | 110001 | 0 | 10100 | 1000111 | 100010 | 101011 | 110111 | 101011 |
Color Harmonies of #A88731
Complementary color
Monochromatic Colors of #A88731
Black with #A88731
Text Example
Text Example
White with #A88731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88731; }
p { color: rgb(168,135,49); }
H1.HeaderClassName
{
color: #A88731;
}
.AnyTagClassName
{
color: #A88731;
}
</style>
background-color css
<style>
a { background-color: #A88731; }
a { background-color: rgb(168,135,49); }
div.DivClassName
{
background-color: #A88731;
}
.BgClassName
{
background-color: #A88731;
}
</style>
border-color css
<style>
span { border-color: #A88731; }
span { border-color: rgb(168,135,49); }
td.TdClassName
{
border-color: #A88731;
}
.TagClassName
{
border-color: #A88731;
}
</style>