Shades of Reef Gold #A88D27
Tints of Reef Gold #A88D27
RGB
CMYK
RGB Variations
Color information
#A88D27 (or 0xA88D27) is known color: Reef Gold. HEX triplet: A8, 8D and 27. RGB value is (168,141,39). Sum of RGB (Red+Green+Blue) = 168+141+39=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88D27 is #5772D8. Grayscale: #898989. Windows color (decimal): -5731033 or 2592168. OLE color: 2592168.
HSL color Cylindrical-coordinate representation of color #A88D27: hue angle of 47.44º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A88D27 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 141 | 39 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.34 |
| HSL | 47.44º | 0.62% | 0.41% | - |
| HSV(B) | 47.44º | 0.77% | 0.66% | - |
| XYZ | 26.04 | 27.52 | 5.86 | - |
| YUV | 137.45 | 72.45 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 141 | 39 | 0 | 0.16 | 0.77 | 0.34 | 47.44 | 0.62 | 0.41 |
| Hex | A8 | 8D | 27 | 0 | 10 | 4D | 22 | 2F | 3E | 29 |
| Octal | 250 | 215 | 47 | 0 | 20 | 115 | 42 | 57 | 76 | 51 |
| Binary | 10101000 | 10001101 | 100111 | 0 | 10000 | 1001101 | 100010 | 101111 | 111110 | 101001 |
Color Harmonies of #A88D27
Complementary color
Monochromatic Colors of #A88D27
Black with #A88D27
Text Example
Text Example
White with #A88D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88D27; }
p { color: rgb(168,141,39); }
H1.HeaderClassName
{
color: #A88D27;
}
.AnyTagClassName
{
color: #A88D27;
}
</style>
background-color css
<style>
a { background-color: #A88D27; }
a { background-color: rgb(168,141,39); }
div.DivClassName
{
background-color: #A88D27;
}
.BgClassName
{
background-color: #A88D27;
}
</style>
border-color css
<style>
span { border-color: #A88D27; }
span { border-color: rgb(168,141,39); }
td.TdClassName
{
border-color: #A88D27;
}
.TagClassName
{
border-color: #A88D27;
}
</style>