Shades of Reef Gold #AB8F28
Tints of Reef Gold #AB8F28
RGB
CMYK
RGB Variations
Color information
#AB8F28 (or 0xAB8F28) is known color: Reef Gold. HEX triplet: AB, 8F and 28. RGB value is (171,143,40). Sum of RGB (Red+Green+Blue) = 171+143+40=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8F28 is #5470D7. Grayscale: #8C8C8C. Windows color (decimal): -5533912 or 2658219. OLE color: 2658219.
HSL color Cylindrical-coordinate representation of color #AB8F28: hue angle of 47.18º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB8F28 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 40 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.33 |
| HSL | 47.18º | 0.62% | 0.41% | - |
| HSV(B) | 47.18º | 0.77% | 0.67% | - |
| XYZ | 27 | 28.46 | 6.08 | - |
| YUV | 139.63 | 71.78 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 40 | 0 | 0.16 | 0.77 | 0.33 | 47.18 | 0.62 | 0.41 |
| Hex | AB | 8F | 28 | 0 | 10 | 4D | 21 | 2F | 3E | 29 |
| Octal | 253 | 217 | 50 | 0 | 20 | 115 | 41 | 57 | 76 | 51 |
| Binary | 10101011 | 10001111 | 101000 | 0 | 10000 | 1001101 | 100001 | 101111 | 111110 | 101001 |
Color Harmonies of #AB8F28
Complementary color
Monochromatic Colors of #AB8F28
Black with #AB8F28
Text Example
Text Example
White with #AB8F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F28; }
p { color: rgb(171,143,40); }
H1.HeaderClassName
{
color: #AB8F28;
}
.AnyTagClassName
{
color: #AB8F28;
}
</style>
background-color css
<style>
a { background-color: #AB8F28; }
a { background-color: rgb(171,143,40); }
div.DivClassName
{
background-color: #AB8F28;
}
.BgClassName
{
background-color: #AB8F28;
}
</style>
border-color css
<style>
span { border-color: #AB8F28; }
span { border-color: rgb(171,143,40); }
td.TdClassName
{
border-color: #AB8F28;
}
.TagClassName
{
border-color: #AB8F28;
}
</style>