Shades of Reef Gold #AB882C
Tints of Reef Gold #AB882C
RGB
CMYK
RGB Variations
Color information
#AB882C (or 0xAB882C) is known color: Reef Gold. HEX triplet: AB, 88 and 2C. RGB value is (171,136,44). Sum of RGB (Red+Green+Blue) = 171+136+44=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB882C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB882C is #5477D3. Grayscale: #888888. Windows color (decimal): -5535700 or 2918571. OLE color: 2918571.
HSL color Cylindrical-coordinate representation of color #AB882C: hue angle of 43.46º 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 #AB882C is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 44 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.33 |
| HSL | 43.46º | 0.59% | 0.42% | - |
| HSV(B) | 43.46º | 0.74% | 0.67% | - |
| XYZ | 26.05 | 26.45 | 6.11 | - |
| YUV | 135.98 | 76.1 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 44 | 0 | 0.20 | 0.74 | 0.33 | 43.46 | 0.59 | 0.42 |
| Hex | AB | 88 | 2C | 0 | 14 | 4A | 21 | 2B | 3B | 2A |
| Octal | 253 | 210 | 54 | 0 | 24 | 112 | 41 | 53 | 73 | 52 |
| Binary | 10101011 | 10001000 | 101100 | 0 | 10100 | 1001010 | 100001 | 101011 | 111011 | 101010 |
Color Harmonies of #AB882C
Complementary color
Monochromatic Colors of #AB882C
Black with #AB882C
Text Example
Text Example
White with #AB882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB882C; }
p { color: rgb(171,136,44); }
H1.HeaderClassName
{
color: #AB882C;
}
.AnyTagClassName
{
color: #AB882C;
}
</style>
background-color css
<style>
a { background-color: #AB882C; }
a { background-color: rgb(171,136,44); }
div.DivClassName
{
background-color: #AB882C;
}
.BgClassName
{
background-color: #AB882C;
}
</style>
border-color css
<style>
span { border-color: #AB882C; }
span { border-color: rgb(171,136,44); }
td.TdClassName
{
border-color: #AB882C;
}
.TagClassName
{
border-color: #AB882C;
}
</style>