Shades of Reef Gold #AB8F2E
Tints of Reef Gold #AB8F2E
RGB
CMYK
RGB Variations
Color information
#AB8F2E (or 0xAB8F2E) is known color: Reef Gold. HEX triplet: AB, 8F and 2E. RGB value is (171,143,46). Sum of RGB (Red+Green+Blue) = 171+143+46=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 46 (18.36% from 255 or 12.78% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8F2E is #5470D1. Grayscale: #8C8C8C. Windows color (decimal): -5533906 or 3051435. OLE color: 3051435.
HSL color Cylindrical-coordinate representation of color #AB8F2E: hue angle of 46.56º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB8F2E is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 46 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.33 |
| HSL | 46.56º | 0.58% | 0.43% | - |
| HSV(B) | 46.56º | 0.73% | 0.67% | - |
| XYZ | 27.11 | 28.5 | 6.66 | - |
| YUV | 140.31 | 74.78 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 46 | 0 | 0.16 | 0.73 | 0.33 | 46.56 | 0.58 | 0.43 |
| Hex | AB | 8F | 2E | 0 | 10 | 49 | 21 | 2F | 3A | 2B |
| Octal | 253 | 217 | 56 | 0 | 20 | 111 | 41 | 57 | 72 | 53 |
| Binary | 10101011 | 10001111 | 101110 | 0 | 10000 | 1001001 | 100001 | 101111 | 111010 | 101011 |
Color Harmonies of #AB8F2E
Complementary color
Monochromatic Colors of #AB8F2E
Black with #AB8F2E
Text Example
Text Example
White with #AB8F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F2E; }
p { color: rgb(171,143,46); }
H1.HeaderClassName
{
color: #AB8F2E;
}
.AnyTagClassName
{
color: #AB8F2E;
}
</style>
background-color css
<style>
a { background-color: #AB8F2E; }
a { background-color: rgb(171,143,46); }
div.DivClassName
{
background-color: #AB8F2E;
}
.BgClassName
{
background-color: #AB8F2E;
}
</style>
border-color css
<style>
span { border-color: #AB8F2E; }
span { border-color: rgb(171,143,46); }
td.TdClassName
{
border-color: #AB8F2E;
}
.TagClassName
{
border-color: #AB8F2E;
}
</style>