Shades of Reef Gold #AB862F
Tints of Reef Gold #AB862F
RGB
CMYK
RGB Variations
Color information
#AB862F (or 0xAB862F) is known color: Reef Gold. HEX triplet: AB, 86 and 2F. RGB value is (171,134,47). Sum of RGB (Red+Green+Blue) = 171+134+47=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB862F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB862F is #5479D0. Grayscale: #878787. Windows color (decimal): -5536209 or 3114667. OLE color: 3114667.
HSL color Cylindrical-coordinate representation of color #AB862F: hue angle of 42.1º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB862F is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 134 | 47 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.33 |
| HSL | 42.1º | 0.57% | 0.43% | - |
| HSV(B) | 42.1º | 0.73% | 0.67% | - |
| XYZ | 25.83 | 25.91 | 6.33 | - |
| YUV | 135.15 | 78.26 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 134 | 47 | 0 | 0.22 | 0.73 | 0.33 | 42.1 | 0.57 | 0.43 |
| Hex | AB | 86 | 2F | 0 | 16 | 49 | 21 | 2A | 39 | 2B |
| Octal | 253 | 206 | 57 | 0 | 26 | 111 | 41 | 52 | 71 | 53 |
| Binary | 10101011 | 10000110 | 101111 | 0 | 10110 | 1001001 | 100001 | 101010 | 111001 | 101011 |
Color Harmonies of #AB862F
Complementary color
Monochromatic Colors of #AB862F
Black with #AB862F
Text Example
Text Example
White with #AB862F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB862F; }
p { color: rgb(171,134,47); }
H1.HeaderClassName
{
color: #AB862F;
}
.AnyTagClassName
{
color: #AB862F;
}
</style>
background-color css
<style>
a { background-color: #AB862F; }
a { background-color: rgb(171,134,47); }
div.DivClassName
{
background-color: #AB862F;
}
.BgClassName
{
background-color: #AB862F;
}
</style>
border-color css
<style>
span { border-color: #AB862F; }
span { border-color: rgb(171,134,47); }
td.TdClassName
{
border-color: #AB862F;
}
.TagClassName
{
border-color: #AB862F;
}
</style>