Shades of Reef Gold #AB8A2C
Tints of Reef Gold #AB8A2C
RGB
CMYK
RGB Variations
Color information
#AB8A2C (or 0xAB8A2C) is known color: Reef Gold. HEX triplet: AB, 8A and 2C. RGB value is (171,138,44). Sum of RGB (Red+Green+Blue) = 171+138+44=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8A2C is #5475D3. Grayscale: #898989. Windows color (decimal): -5535188 or 2919083. OLE color: 2919083.
HSL color Cylindrical-coordinate representation of color #AB8A2C: hue angle of 44.41º 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 #AB8A2C is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 138 | 44 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.33 |
| HSL | 44.41º | 0.59% | 0.42% | - |
| HSV(B) | 44.41º | 0.74% | 0.67% | - |
| XYZ | 26.34 | 27.02 | 6.21 | - |
| YUV | 137.15 | 75.43 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 44 | 0 | 0.19 | 0.74 | 0.33 | 44.41 | 0.59 | 0.42 |
| Hex | AB | 8A | 2C | 0 | 13 | 4A | 21 | 2C | 3B | 2A |
| Octal | 253 | 212 | 54 | 0 | 23 | 112 | 41 | 54 | 73 | 52 |
| Binary | 10101011 | 10001010 | 101100 | 0 | 10011 | 1001010 | 100001 | 101100 | 111011 | 101010 |
Color Harmonies of #AB8A2C
Complementary color
Monochromatic Colors of #AB8A2C
Black with #AB8A2C
Text Example
Text Example
White with #AB8A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8A2C; }
p { color: rgb(171,138,44); }
H1.HeaderClassName
{
color: #AB8A2C;
}
.AnyTagClassName
{
color: #AB8A2C;
}
</style>
background-color css
<style>
a { background-color: #AB8A2C; }
a { background-color: rgb(171,138,44); }
div.DivClassName
{
background-color: #AB8A2C;
}
.BgClassName
{
background-color: #AB8A2C;
}
</style>
border-color css
<style>
span { border-color: #AB8A2C; }
span { border-color: rgb(171,138,44); }
td.TdClassName
{
border-color: #AB8A2C;
}
.TagClassName
{
border-color: #AB8A2C;
}
</style>