Shades of Reef Gold #AB852F
Tints of Reef Gold #AB852F
RGB
CMYK
RGB Variations
Color information
#AB852F (or 0xAB852F) is known color: Reef Gold. HEX triplet: AB, 85 and 2F. RGB value is (171,133,47). Sum of RGB (Red+Green+Blue) = 171+133+47=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB852F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB852F is #547AD0. Grayscale: #868686. Windows color (decimal): -5536465 or 3114411. OLE color: 3114411.
HSL color Cylindrical-coordinate representation of color #AB852F: hue angle of 41.61º 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 #AB852F is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 47 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.33 |
| HSL | 41.61º | 0.57% | 0.43% | - |
| HSV(B) | 41.61º | 0.73% | 0.67% | - |
| XYZ | 25.7 | 25.64 | 6.28 | - |
| YUV | 134.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 47 | 0 | 0.22 | 0.73 | 0.33 | 41.61 | 0.57 | 0.43 |
| Hex | AB | 85 | 2F | 0 | 16 | 49 | 21 | 2A | 39 | 2B |
| Octal | 253 | 205 | 57 | 0 | 26 | 111 | 41 | 52 | 71 | 53 |
| Binary | 10101011 | 10000101 | 101111 | 0 | 10110 | 1001001 | 100001 | 101010 | 111001 | 101011 |
Color Harmonies of #AB852F
Complementary color
Monochromatic Colors of #AB852F
Black with #AB852F
Text Example
Text Example
White with #AB852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB852F; }
p { color: rgb(171,133,47); }
H1.HeaderClassName
{
color: #AB852F;
}
.AnyTagClassName
{
color: #AB852F;
}
</style>
background-color css
<style>
a { background-color: #AB852F; }
a { background-color: rgb(171,133,47); }
div.DivClassName
{
background-color: #AB852F;
}
.BgClassName
{
background-color: #AB852F;
}
</style>
border-color css
<style>
span { border-color: #AB852F; }
span { border-color: rgb(171,133,47); }
td.TdClassName
{
border-color: #AB852F;
}
.TagClassName
{
border-color: #AB852F;
}
</style>