Shades of Reef Gold #AB8F32
Tints of Reef Gold #AB8F32
RGB
CMYK
RGB Variations
Color information
#AB8F32 (or 0xAB8F32) is known color: Reef Gold. HEX triplet: AB, 8F and 32. RGB value is (171,143,50). Sum of RGB (Red+Green+Blue) = 171+143+50=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8F32 is #5470CD. Grayscale: #8D8D8D. Windows color (decimal): -5533902 or 3313579. OLE color: 3313579.
HSL color Cylindrical-coordinate representation of color #AB8F32: hue angle of 46.12º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB8F32 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 50 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.33 |
| HSL | 46.12º | 0.55% | 0.43% | - |
| HSV(B) | 46.12º | 0.71% | 0.67% | - |
| XYZ | 27.19 | 28.53 | 7.09 | - |
| YUV | 140.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 50 | 0 | 0.16 | 0.71 | 0.33 | 46.12 | 0.55 | 0.43 |
| Hex | AB | 8F | 32 | 0 | 10 | 47 | 21 | 2E | 37 | 2B |
| Octal | 253 | 217 | 62 | 0 | 20 | 107 | 41 | 56 | 67 | 53 |
| Binary | 10101011 | 10001111 | 110010 | 0 | 10000 | 1000111 | 100001 | 101110 | 110111 | 101011 |
Color Harmonies of #AB8F32
Complementary color
Monochromatic Colors of #AB8F32
Black with #AB8F32
Text Example
Text Example
White with #AB8F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F32; }
p { color: rgb(171,143,50); }
H1.HeaderClassName
{
color: #AB8F32;
}
.AnyTagClassName
{
color: #AB8F32;
}
</style>
background-color css
<style>
a { background-color: #AB8F32; }
a { background-color: rgb(171,143,50); }
div.DivClassName
{
background-color: #AB8F32;
}
.BgClassName
{
background-color: #AB8F32;
}
</style>
border-color css
<style>
span { border-color: #AB8F32; }
span { border-color: rgb(171,143,50); }
td.TdClassName
{
border-color: #AB8F32;
}
.TagClassName
{
border-color: #AB8F32;
}
</style>