Shades of Reef Gold #AB8F2C
Tints of Reef Gold #AB8F2C
RGB
CMYK
RGB Variations
Color information
#AB8F2C (or 0xAB8F2C) is known color: Reef Gold. HEX triplet: AB, 8F and 2C. RGB value is (171,143,44). Sum of RGB (Red+Green+Blue) = 171+143+44=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8F2C is #5470D3. Grayscale: #8C8C8C. Windows color (decimal): -5533908 or 2920363. OLE color: 2920363.
HSL color Cylindrical-coordinate representation of color #AB8F2C: hue angle of 46.77º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB8F2C is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 44 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.33 |
| HSL | 46.77º | 0.59% | 0.42% | - |
| HSV(B) | 46.77º | 0.74% | 0.67% | - |
| XYZ | 27.07 | 28.48 | 6.45 | - |
| YUV | 140.09 | 73.78 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 44 | 0 | 0.16 | 0.74 | 0.33 | 46.77 | 0.59 | 0.42 |
| Hex | AB | 8F | 2C | 0 | 10 | 4A | 21 | 2F | 3B | 2A |
| Octal | 253 | 217 | 54 | 0 | 20 | 112 | 41 | 57 | 73 | 52 |
| Binary | 10101011 | 10001111 | 101100 | 0 | 10000 | 1001010 | 100001 | 101111 | 111011 | 101010 |
Color Harmonies of #AB8F2C
Complementary color
Monochromatic Colors of #AB8F2C
Black with #AB8F2C
Text Example
Text Example
White with #AB8F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F2C; }
p { color: rgb(171,143,44); }
H1.HeaderClassName
{
color: #AB8F2C;
}
.AnyTagClassName
{
color: #AB8F2C;
}
</style>
background-color css
<style>
a { background-color: #AB8F2C; }
a { background-color: rgb(171,143,44); }
div.DivClassName
{
background-color: #AB8F2C;
}
.BgClassName
{
background-color: #AB8F2C;
}
</style>
border-color css
<style>
span { border-color: #AB8F2C; }
span { border-color: rgb(171,143,44); }
td.TdClassName
{
border-color: #AB8F2C;
}
.TagClassName
{
border-color: #AB8F2C;
}
</style>