Shades of Reef Gold #AB8C2E
Tints of Reef Gold #AB8C2E
RGB
CMYK
RGB Variations
Color information
#AB8C2E (or 0xAB8C2E) is known color: Reef Gold. HEX triplet: AB, 8C and 2E. RGB value is (171,140,46). Sum of RGB (Red+Green+Blue) = 171+140+46=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C2E is #5473D1. Grayscale: #8A8A8A. Windows color (decimal): -5534674 or 3050667. OLE color: 3050667.
HSL color Cylindrical-coordinate representation of color #AB8C2E: hue angle of 45.12º 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 #AB8C2E is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 46 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.33 |
| HSL | 45.12º | 0.58% | 0.43% | - |
| HSV(B) | 45.12º | 0.73% | 0.67% | - |
| XYZ | 26.67 | 27.61 | 6.51 | - |
| YUV | 138.55 | 75.77 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 46 | 0 | 0.18 | 0.73 | 0.33 | 45.12 | 0.58 | 0.43 |
| Hex | AB | 8C | 2E | 0 | 12 | 49 | 21 | 2D | 3A | 2B |
| Octal | 253 | 214 | 56 | 0 | 22 | 111 | 41 | 55 | 72 | 53 |
| Binary | 10101011 | 10001100 | 101110 | 0 | 10010 | 1001001 | 100001 | 101101 | 111010 | 101011 |
Color Harmonies of #AB8C2E
Complementary color
Monochromatic Colors of #AB8C2E
Black with #AB8C2E
Text Example
Text Example
White with #AB8C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C2E; }
p { color: rgb(171,140,46); }
H1.HeaderClassName
{
color: #AB8C2E;
}
.AnyTagClassName
{
color: #AB8C2E;
}
</style>
background-color css
<style>
a { background-color: #AB8C2E; }
a { background-color: rgb(171,140,46); }
div.DivClassName
{
background-color: #AB8C2E;
}
.BgClassName
{
background-color: #AB8C2E;
}
</style>
border-color css
<style>
span { border-color: #AB8C2E; }
span { border-color: rgb(171,140,46); }
td.TdClassName
{
border-color: #AB8C2E;
}
.TagClassName
{
border-color: #AB8C2E;
}
</style>