Shades of Reef Gold #AB8A2B
Tints of Reef Gold #AB8A2B
RGB
CMYK
RGB Variations
Color information
#AB8A2B (or 0xAB8A2B) is known color: Reef Gold. HEX triplet: AB, 8A and 2B. RGB value is (171,138,43). Sum of RGB (Red+Green+Blue) = 171+138+43=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8A2B is #5475D4. Grayscale: #898989. Windows color (decimal): -5535189 or 2853547. OLE color: 2853547.
HSL color Cylindrical-coordinate representation of color #AB8A2B: hue angle of 44.53º 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 #AB8A2B is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 138 | 43 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.33 |
| HSL | 44.53º | 0.6% | 0.42% | - |
| HSV(B) | 44.53º | 0.75% | 0.67% | - |
| XYZ | 26.32 | 27.01 | 6.11 | - |
| YUV | 137.04 | 74.93 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 43 | 0 | 0.19 | 0.75 | 0.33 | 44.53 | 0.6 | 0.42 |
| Hex | AB | 8A | 2B | 0 | 13 | 4B | 21 | 2D | 3C | 2A |
| Octal | 253 | 212 | 53 | 0 | 23 | 113 | 41 | 55 | 74 | 52 |
| Binary | 10101011 | 10001010 | 101011 | 0 | 10011 | 1001011 | 100001 | 101101 | 111100 | 101010 |
Color Harmonies of #AB8A2B
Complementary color
Monochromatic Colors of #AB8A2B
Black with #AB8A2B
Text Example
Text Example
White with #AB8A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8A2B; }
p { color: rgb(171,138,43); }
H1.HeaderClassName
{
color: #AB8A2B;
}
.AnyTagClassName
{
color: #AB8A2B;
}
</style>
background-color css
<style>
a { background-color: #AB8A2B; }
a { background-color: rgb(171,138,43); }
div.DivClassName
{
background-color: #AB8A2B;
}
.BgClassName
{
background-color: #AB8A2B;
}
</style>
border-color css
<style>
span { border-color: #AB8A2B; }
span { border-color: rgb(171,138,43); }
td.TdClassName
{
border-color: #AB8A2B;
}
.TagClassName
{
border-color: #AB8A2B;
}
</style>