Shades of Reef Gold #AB8833
Tints of Reef Gold #AB8833
RGB
CMYK
RGB Variations
Color information
#AB8833 (or 0xAB8833) is known color: Reef Gold. HEX triplet: AB, 88 and 33. RGB value is (171,136,51). Sum of RGB (Red+Green+Blue) = 171+136+51=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8833 is #5477CC. Grayscale: #898989. Windows color (decimal): -5535693 or 3377323. OLE color: 3377323.
HSL color Cylindrical-coordinate representation of color #AB8833: hue angle of 42.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB8833 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 51 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.33 |
| HSL | 42.5º | 0.54% | 0.44% | - |
| HSV(B) | 42.5º | 0.7% | 0.67% | - |
| XYZ | 26.2 | 26.51 | 6.87 | - |
| YUV | 136.78 | 79.6 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 51 | 0 | 0.20 | 0.70 | 0.33 | 42.5 | 0.54 | 0.44 |
| Hex | AB | 88 | 33 | 0 | 14 | 46 | 21 | 2A | 36 | 2C |
| Octal | 253 | 210 | 63 | 0 | 24 | 106 | 41 | 52 | 66 | 54 |
| Binary | 10101011 | 10001000 | 110011 | 0 | 10100 | 1000110 | 100001 | 101010 | 110110 | 101100 |
Color Harmonies of #AB8833
Complementary color
Monochromatic Colors of #AB8833
Black with #AB8833
Text Example
Text Example
White with #AB8833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8833; }
p { color: rgb(171,136,51); }
H1.HeaderClassName
{
color: #AB8833;
}
.AnyTagClassName
{
color: #AB8833;
}
</style>
background-color css
<style>
a { background-color: #AB8833; }
a { background-color: rgb(171,136,51); }
div.DivClassName
{
background-color: #AB8833;
}
.BgClassName
{
background-color: #AB8833;
}
</style>
border-color css
<style>
span { border-color: #AB8833; }
span { border-color: rgb(171,136,51); }
td.TdClassName
{
border-color: #AB8833;
}
.TagClassName
{
border-color: #AB8833;
}
</style>