Shades of Reef Gold #AB8F2F
Tints of Reef Gold #AB8F2F
RGB
CMYK
RGB Variations
Color information
#AB8F2F (or 0xAB8F2F) is known color: Reef Gold. HEX triplet: AB, 8F and 2F. RGB value is (171,143,47). Sum of RGB (Red+Green+Blue) = 171+143+47=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8F2F is #5470D0. Grayscale: #8C8C8C. Windows color (decimal): -5533905 or 3116971. OLE color: 3116971.
HSL color Cylindrical-coordinate representation of color #AB8F2F: hue angle of 46.45º degrees, saturation: 0.57, 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 #AB8F2F is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 47 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.33 |
| HSL | 46.45º | 0.57% | 0.43% | - |
| HSV(B) | 46.45º | 0.73% | 0.67% | - |
| XYZ | 27.13 | 28.51 | 6.76 | - |
| YUV | 140.43 | 75.28 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 47 | 0 | 0.16 | 0.73 | 0.33 | 46.45 | 0.57 | 0.43 |
| Hex | AB | 8F | 2F | 0 | 10 | 49 | 21 | 2E | 39 | 2B |
| Octal | 253 | 217 | 57 | 0 | 20 | 111 | 41 | 56 | 71 | 53 |
| Binary | 10101011 | 10001111 | 101111 | 0 | 10000 | 1001001 | 100001 | 101110 | 111001 | 101011 |
Color Harmonies of #AB8F2F
Complementary color
Monochromatic Colors of #AB8F2F
Black with #AB8F2F
Text Example
Text Example
White with #AB8F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F2F; }
p { color: rgb(171,143,47); }
H1.HeaderClassName
{
color: #AB8F2F;
}
.AnyTagClassName
{
color: #AB8F2F;
}
</style>
background-color css
<style>
a { background-color: #AB8F2F; }
a { background-color: rgb(171,143,47); }
div.DivClassName
{
background-color: #AB8F2F;
}
.BgClassName
{
background-color: #AB8F2F;
}
</style>
border-color css
<style>
span { border-color: #AB8F2F; }
span { border-color: rgb(171,143,47); }
td.TdClassName
{
border-color: #AB8F2F;
}
.TagClassName
{
border-color: #AB8F2F;
}
</style>