Shades of Reef Gold #AB8D35
Tints of Reef Gold #AB8D35
RGB
CMYK
RGB Variations
Color information
#AB8D35 (or 0xAB8D35) is known color: Reef Gold. HEX triplet: AB, 8D and 35. RGB value is (171,141,53). Sum of RGB (Red+Green+Blue) = 171+141+53=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8D35 is #5472CA. Grayscale: #8C8C8C. Windows color (decimal): -5534411 or 3509675. OLE color: 3509675.
HSL color Cylindrical-coordinate representation of color #AB8D35: hue angle of 44.75º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB8D35 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 141 | 53 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.33 |
| HSL | 44.75º | 0.53% | 0.44% | - |
| HSV(B) | 44.75º | 0.69% | 0.67% | - |
| XYZ | 26.96 | 27.96 | 7.34 | - |
| YUV | 139.94 | 78.94 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 53 | 0 | 0.18 | 0.69 | 0.33 | 44.75 | 0.53 | 0.44 |
| Hex | AB | 8D | 35 | 0 | 12 | 45 | 21 | 2D | 35 | 2C |
| Octal | 253 | 215 | 65 | 0 | 22 | 105 | 41 | 55 | 65 | 54 |
| Binary | 10101011 | 10001101 | 110101 | 0 | 10010 | 1000101 | 100001 | 101101 | 110101 | 101100 |
Color Harmonies of #AB8D35
Complementary color
Monochromatic Colors of #AB8D35
Black with #AB8D35
Text Example
Text Example
White with #AB8D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8D35; }
p { color: rgb(171,141,53); }
H1.HeaderClassName
{
color: #AB8D35;
}
.AnyTagClassName
{
color: #AB8D35;
}
</style>
background-color css
<style>
a { background-color: #AB8D35; }
a { background-color: rgb(171,141,53); }
div.DivClassName
{
background-color: #AB8D35;
}
.BgClassName
{
background-color: #AB8D35;
}
</style>
border-color css
<style>
span { border-color: #AB8D35; }
span { border-color: rgb(171,141,53); }
td.TdClassName
{
border-color: #AB8D35;
}
.TagClassName
{
border-color: #AB8D35;
}
</style>