Shades of Reef Gold #AB8831
Tints of Reef Gold #AB8831
RGB
CMYK
RGB Variations
Color information
#AB8831 (or 0xAB8831) is known color: Reef Gold. HEX triplet: AB, 88 and 31. RGB value is (171,136,49). Sum of RGB (Red+Green+Blue) = 171+136+49=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8831 is #5477CE. Grayscale: #888888. Windows color (decimal): -5535695 or 3246251. OLE color: 3246251.
HSL color Cylindrical-coordinate representation of color #AB8831: hue angle of 42.79º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB8831 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 49 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.33 |
| HSL | 42.79º | 0.55% | 0.43% | - |
| HSV(B) | 42.79º | 0.71% | 0.67% | - |
| XYZ | 26.15 | 26.49 | 6.64 | - |
| YUV | 136.55 | 78.6 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 49 | 0 | 0.20 | 0.71 | 0.33 | 42.79 | 0.55 | 0.43 |
| Hex | AB | 88 | 31 | 0 | 14 | 47 | 21 | 2B | 37 | 2B |
| Octal | 253 | 210 | 61 | 0 | 24 | 107 | 41 | 53 | 67 | 53 |
| Binary | 10101011 | 10001000 | 110001 | 0 | 10100 | 1000111 | 100001 | 101011 | 110111 | 101011 |
Color Harmonies of #AB8831
Complementary color
Monochromatic Colors of #AB8831
Black with #AB8831
Text Example
Text Example
White with #AB8831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8831; }
p { color: rgb(171,136,49); }
H1.HeaderClassName
{
color: #AB8831;
}
.AnyTagClassName
{
color: #AB8831;
}
</style>
background-color css
<style>
a { background-color: #AB8831; }
a { background-color: rgb(171,136,49); }
div.DivClassName
{
background-color: #AB8831;
}
.BgClassName
{
background-color: #AB8831;
}
</style>
border-color css
<style>
span { border-color: #AB8831; }
span { border-color: rgb(171,136,49); }
td.TdClassName
{
border-color: #AB8831;
}
.TagClassName
{
border-color: #AB8831;
}
</style>