Shades of Reef Gold #A88E31
Tints of Reef Gold #A88E31
RGB
CMYK
RGB Variations
Color information
#A88E31 (or 0xA88E31) is known color: Reef Gold. HEX triplet: A8, 8E and 31. RGB value is (168,142,49). Sum of RGB (Red+Green+Blue) = 168+142+49=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 142 (55.86% from 255 or 39.55% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88E31 is #5771CE. Grayscale: #8B8B8B. Windows color (decimal): -5730767 or 3247784. OLE color: 3247784.
HSL color Cylindrical-coordinate representation of color #A88E31: hue angle of 46.89º 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 #A88E31 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 142 | 49 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.34 |
| HSL | 46.89º | 0.55% | 0.43% | - |
| HSV(B) | 46.89º | 0.71% | 0.66% | - |
| XYZ | 26.38 | 27.89 | 6.9 | - |
| YUV | 139.17 | 77.11 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 142 | 49 | 0 | 0.15 | 0.71 | 0.34 | 46.89 | 0.55 | 0.43 |
| Hex | A8 | 8E | 31 | 0 | F | 47 | 22 | 2F | 37 | 2B |
| Octal | 250 | 216 | 61 | 0 | 17 | 107 | 42 | 57 | 67 | 53 |
| Binary | 10101000 | 10001110 | 110001 | 0 | 1111 | 1000111 | 100010 | 101111 | 110111 | 101011 |
Color Harmonies of #A88E31
Complementary color
Monochromatic Colors of #A88E31
Black with #A88E31
Text Example
Text Example
White with #A88E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88E31; }
p { color: rgb(168,142,49); }
H1.HeaderClassName
{
color: #A88E31;
}
.AnyTagClassName
{
color: #A88E31;
}
</style>
background-color css
<style>
a { background-color: #A88E31; }
a { background-color: rgb(168,142,49); }
div.DivClassName
{
background-color: #A88E31;
}
.BgClassName
{
background-color: #A88E31;
}
</style>
border-color css
<style>
span { border-color: #A88E31; }
span { border-color: rgb(168,142,49); }
td.TdClassName
{
border-color: #A88E31;
}
.TagClassName
{
border-color: #A88E31;
}
</style>