Shades of Reef Gold #AB8D3A
Tints of Reef Gold #AB8D3A
RGB
CMYK
RGB Variations
Color information
#AB8D3A (or 0xAB8D3A) is known color: Reef Gold. HEX triplet: AB, 8D and 3A. RGB value is (171,141,58). Sum of RGB (Red+Green+Blue) = 171+141+58=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8D3A is #5472C5. Grayscale: #8C8C8C. Windows color (decimal): -5534406 or 3837355. OLE color: 3837355.
HSL color Cylindrical-coordinate representation of color #AB8D3A: hue angle of 44.07º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB8D3A is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 141 | 58 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.33 |
| HSL | 44.07º | 0.49% | 0.45% | - |
| HSV(B) | 44.07º | 0.66% | 0.67% | - |
| XYZ | 27.08 | 28.01 | 7.98 | - |
| YUV | 140.51 | 81.44 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 58 | 0 | 0.18 | 0.66 | 0.33 | 44.07 | 0.49 | 0.45 |
| Hex | AB | 8D | 3A | 0 | 12 | 42 | 21 | 2C | 31 | 2D |
| Octal | 253 | 215 | 72 | 0 | 22 | 102 | 41 | 54 | 61 | 55 |
| Binary | 10101011 | 10001101 | 111010 | 0 | 10010 | 1000010 | 100001 | 101100 | 110001 | 101101 |
Color Harmonies of #AB8D3A
Complementary color
Monochromatic Colors of #AB8D3A
Black with #AB8D3A
Text Example
Text Example
White with #AB8D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8D3A; }
p { color: rgb(171,141,58); }
H1.HeaderClassName
{
color: #AB8D3A;
}
.AnyTagClassName
{
color: #AB8D3A;
}
</style>
background-color css
<style>
a { background-color: #AB8D3A; }
a { background-color: rgb(171,141,58); }
div.DivClassName
{
background-color: #AB8D3A;
}
.BgClassName
{
background-color: #AB8D3A;
}
</style>
border-color css
<style>
span { border-color: #AB8D3A; }
span { border-color: rgb(171,141,58); }
td.TdClassName
{
border-color: #AB8D3A;
}
.TagClassName
{
border-color: #AB8D3A;
}
</style>