Shades of Reef Gold #AB892B
Tints of Reef Gold #AB892B
RGB
CMYK
RGB Variations
Color information
#AB892B (or 0xAB892B) is known color: Reef Gold. HEX triplet: AB, 89 and 2B. RGB value is (171,137,43). Sum of RGB (Red+Green+Blue) = 171+137+43=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB892B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB892B is #5476D4. Grayscale: #888888. Windows color (decimal): -5535445 or 2853291. OLE color: 2853291.
HSL color Cylindrical-coordinate representation of color #AB892B: hue angle of 44.06º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB892B is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 43 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.33 |
| HSL | 44.06º | 0.6% | 0.42% | - |
| HSV(B) | 44.06º | 0.75% | 0.67% | - |
| XYZ | 26.18 | 26.72 | 6.06 | - |
| YUV | 136.45 | 75.26 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 43 | 0 | 0.20 | 0.75 | 0.33 | 44.06 | 0.6 | 0.42 |
| Hex | AB | 89 | 2B | 0 | 14 | 4B | 21 | 2C | 3C | 2A |
| Octal | 253 | 211 | 53 | 0 | 24 | 113 | 41 | 54 | 74 | 52 |
| Binary | 10101011 | 10001001 | 101011 | 0 | 10100 | 1001011 | 100001 | 101100 | 111100 | 101010 |
Color Harmonies of #AB892B
Complementary color
Monochromatic Colors of #AB892B
Black with #AB892B
Text Example
Text Example
White with #AB892B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB892B; }
p { color: rgb(171,137,43); }
H1.HeaderClassName
{
color: #AB892B;
}
.AnyTagClassName
{
color: #AB892B;
}
</style>
background-color css
<style>
a { background-color: #AB892B; }
a { background-color: rgb(171,137,43); }
div.DivClassName
{
background-color: #AB892B;
}
.BgClassName
{
background-color: #AB892B;
}
</style>
border-color css
<style>
span { border-color: #AB892B; }
span { border-color: rgb(171,137,43); }
td.TdClassName
{
border-color: #AB892B;
}
.TagClassName
{
border-color: #AB892B;
}
</style>