Shades of Reef Gold #A88C39
Tints of Reef Gold #A88C39
RGB
CMYK
RGB Variations
Color information
#A88C39 (or 0xA88C39) is known color: Reef Gold. HEX triplet: A8, 8C and 39. RGB value is (168,140,57). Sum of RGB (Red+Green+Blue) = 168+140+57=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88C39 is #5773C6. Grayscale: #8B8B8B. Windows color (decimal): -5731271 or 3771560. OLE color: 3771560.
HSL color Cylindrical-coordinate representation of color #A88C39: hue angle of 44.86º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A88C39 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 140 | 57 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.34 |
| HSL | 44.86º | 0.49% | 0.44% | - |
| HSV(B) | 44.86º | 0.66% | 0.66% | - |
| XYZ | 26.27 | 27.38 | 7.77 | - |
| YUV | 138.91 | 81.78 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 140 | 57 | 0 | 0.17 | 0.66 | 0.34 | 44.86 | 0.49 | 0.44 |
| Hex | A8 | 8C | 39 | 0 | 11 | 42 | 22 | 2D | 31 | 2C |
| Octal | 250 | 214 | 71 | 0 | 21 | 102 | 42 | 55 | 61 | 54 |
| Binary | 10101000 | 10001100 | 111001 | 0 | 10001 | 1000010 | 100010 | 101101 | 110001 | 101100 |
Color Harmonies of #A88C39
Complementary color
Monochromatic Colors of #A88C39
Black with #A88C39
Text Example
Text Example
White with #A88C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88C39; }
p { color: rgb(168,140,57); }
H1.HeaderClassName
{
color: #A88C39;
}
.AnyTagClassName
{
color: #A88C39;
}
</style>
background-color css
<style>
a { background-color: #A88C39; }
a { background-color: rgb(168,140,57); }
div.DivClassName
{
background-color: #A88C39;
}
.BgClassName
{
background-color: #A88C39;
}
</style>
border-color css
<style>
span { border-color: #A88C39; }
span { border-color: rgb(168,140,57); }
td.TdClassName
{
border-color: #A88C39;
}
.TagClassName
{
border-color: #A88C39;
}
</style>