Shades of Reef Gold #AB8C2B
Tints of Reef Gold #AB8C2B
RGB
CMYK
RGB Variations
Color information
#AB8C2B (or 0xAB8C2B) is known color: Reef Gold. HEX triplet: AB, 8C and 2B. RGB value is (171,140,43). Sum of RGB (Red+Green+Blue) = 171+140+43=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 140 (55.08% from 255 or 39.55% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C2B is #5473D4. Grayscale: #8A8A8A. Windows color (decimal): -5534677 or 2854059. OLE color: 2854059.
HSL color Cylindrical-coordinate representation of color #AB8C2B: hue angle of 45.47º 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 #AB8C2B is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 43 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.33 |
| HSL | 45.47º | 0.6% | 0.42% | - |
| HSV(B) | 45.47º | 0.75% | 0.67% | - |
| XYZ | 26.61 | 27.59 | 6.21 | - |
| YUV | 138.21 | 74.27 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 43 | 0 | 0.18 | 0.75 | 0.33 | 45.47 | 0.6 | 0.42 |
| Hex | AB | 8C | 2B | 0 | 12 | 4B | 21 | 2D | 3C | 2A |
| Octal | 253 | 214 | 53 | 0 | 22 | 113 | 41 | 55 | 74 | 52 |
| Binary | 10101011 | 10001100 | 101011 | 0 | 10010 | 1001011 | 100001 | 101101 | 111100 | 101010 |
Color Harmonies of #AB8C2B
Complementary color
Monochromatic Colors of #AB8C2B
Black with #AB8C2B
Text Example
Text Example
White with #AB8C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C2B; }
p { color: rgb(171,140,43); }
H1.HeaderClassName
{
color: #AB8C2B;
}
.AnyTagClassName
{
color: #AB8C2B;
}
</style>
background-color css
<style>
a { background-color: #AB8C2B; }
a { background-color: rgb(171,140,43); }
div.DivClassName
{
background-color: #AB8C2B;
}
.BgClassName
{
background-color: #AB8C2B;
}
</style>
border-color css
<style>
span { border-color: #AB8C2B; }
span { border-color: rgb(171,140,43); }
td.TdClassName
{
border-color: #AB8C2B;
}
.TagClassName
{
border-color: #AB8C2B;
}
</style>