Shades of Reef Gold #AB8828
Tints of Reef Gold #AB8828
RGB
CMYK
RGB Variations
Color information
#AB8828 (or 0xAB8828) is known color: Reef Gold. HEX triplet: AB, 88 and 28. RGB value is (171,136,40). Sum of RGB (Red+Green+Blue) = 171+136+40=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8828 is #5477D7. Grayscale: #878787. Windows color (decimal): -5535704 or 2656427. OLE color: 2656427.
HSL color Cylindrical-coordinate representation of color #AB8828: hue angle of 43.97º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB8828 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 40 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.33 |
| HSL | 43.97º | 0.62% | 0.41% | - |
| HSV(B) | 43.97º | 0.77% | 0.67% | - |
| XYZ | 25.98 | 26.42 | 5.74 | - |
| YUV | 135.52 | 74.1 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 40 | 0 | 0.20 | 0.77 | 0.33 | 43.97 | 0.62 | 0.41 |
| Hex | AB | 88 | 28 | 0 | 14 | 4D | 21 | 2C | 3E | 29 |
| Octal | 253 | 210 | 50 | 0 | 24 | 115 | 41 | 54 | 76 | 51 |
| Binary | 10101011 | 10001000 | 101000 | 0 | 10100 | 1001101 | 100001 | 101100 | 111110 | 101001 |
Color Harmonies of #AB8828
Complementary color
Monochromatic Colors of #AB8828
Black with #AB8828
Text Example
Text Example
White with #AB8828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8828; }
p { color: rgb(171,136,40); }
H1.HeaderClassName
{
color: #AB8828;
}
.AnyTagClassName
{
color: #AB8828;
}
</style>
background-color css
<style>
a { background-color: #AB8828; }
a { background-color: rgb(171,136,40); }
div.DivClassName
{
background-color: #AB8828;
}
.BgClassName
{
background-color: #AB8828;
}
</style>
border-color css
<style>
span { border-color: #AB8828; }
span { border-color: rgb(171,136,40); }
td.TdClassName
{
border-color: #AB8828;
}
.TagClassName
{
border-color: #AB8828;
}
</style>