Shades of Reef Gold #AB852C
Tints of Reef Gold #AB852C
RGB
CMYK
RGB Variations
Color information
#AB852C (or 0xAB852C) is known color: Reef Gold. HEX triplet: AB, 85 and 2C. RGB value is (171,133,44). Sum of RGB (Red+Green+Blue) = 171+133+44=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB852C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB852C is #547AD3. Grayscale: #868686. Windows color (decimal): -5536468 or 2917803. OLE color: 2917803.
HSL color Cylindrical-coordinate representation of color #AB852C: hue angle of 42.05º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB852C is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 44 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.33 |
| HSL | 42.05º | 0.59% | 0.42% | - |
| HSV(B) | 42.05º | 0.74% | 0.67% | - |
| XYZ | 25.64 | 25.61 | 5.98 | - |
| YUV | 134.22 | 77.09 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 44 | 0 | 0.22 | 0.74 | 0.33 | 42.05 | 0.59 | 0.42 |
| Hex | AB | 85 | 2C | 0 | 16 | 4A | 21 | 2A | 3B | 2A |
| Octal | 253 | 205 | 54 | 0 | 26 | 112 | 41 | 52 | 73 | 52 |
| Binary | 10101011 | 10000101 | 101100 | 0 | 10110 | 1001010 | 100001 | 101010 | 111011 | 101010 |
Color Harmonies of #AB852C
Complementary color
Monochromatic Colors of #AB852C
Black with #AB852C
Text Example
Text Example
White with #AB852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB852C; }
p { color: rgb(171,133,44); }
H1.HeaderClassName
{
color: #AB852C;
}
.AnyTagClassName
{
color: #AB852C;
}
</style>
background-color css
<style>
a { background-color: #AB852C; }
a { background-color: rgb(171,133,44); }
div.DivClassName
{
background-color: #AB852C;
}
.BgClassName
{
background-color: #AB852C;
}
</style>
border-color css
<style>
span { border-color: #AB852C; }
span { border-color: rgb(171,133,44); }
td.TdClassName
{
border-color: #AB852C;
}
.TagClassName
{
border-color: #AB852C;
}
</style>