Shades of Reef Gold #AB852E
Tints of Reef Gold #AB852E
RGB
CMYK
RGB Variations
Color information
#AB852E (or 0xAB852E) is known color: Reef Gold. HEX triplet: AB, 85 and 2E. RGB value is (171,133,46). Sum of RGB (Red+Green+Blue) = 171+133+46=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB852E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB852E is #547AD1. Grayscale: #868686. Windows color (decimal): -5536466 or 3048875. OLE color: 3048875.
HSL color Cylindrical-coordinate representation of color #AB852E: hue angle of 41.76º degrees, saturation: 0.58, 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 #AB852E is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 46 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.33 |
| HSL | 41.76º | 0.58% | 0.43% | - |
| HSV(B) | 41.76º | 0.73% | 0.67% | - |
| XYZ | 25.68 | 25.63 | 6.18 | - |
| YUV | 134.44 | 78.09 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 46 | 0 | 0.22 | 0.73 | 0.33 | 41.76 | 0.58 | 0.43 |
| Hex | AB | 85 | 2E | 0 | 16 | 49 | 21 | 2A | 3A | 2B |
| Octal | 253 | 205 | 56 | 0 | 26 | 111 | 41 | 52 | 72 | 53 |
| Binary | 10101011 | 10000101 | 101110 | 0 | 10110 | 1001001 | 100001 | 101010 | 111010 | 101011 |
Color Harmonies of #AB852E
Complementary color
Monochromatic Colors of #AB852E
Black with #AB852E
Text Example
Text Example
White with #AB852E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB852E; }
p { color: rgb(171,133,46); }
H1.HeaderClassName
{
color: #AB852E;
}
.AnyTagClassName
{
color: #AB852E;
}
</style>
background-color css
<style>
a { background-color: #AB852E; }
a { background-color: rgb(171,133,46); }
div.DivClassName
{
background-color: #AB852E;
}
.BgClassName
{
background-color: #AB852E;
}
</style>
border-color css
<style>
span { border-color: #AB852E; }
span { border-color: rgb(171,133,46); }
td.TdClassName
{
border-color: #AB852E;
}
.TagClassName
{
border-color: #AB852E;
}
</style>