Shades of Reef Gold #AB9833
Tints of Reef Gold #AB9833
RGB
CMYK
RGB Variations
Color information
#AB9833 (or 0xAB9833) is known color: Reef Gold. HEX triplet: AB, 98 and 33. RGB value is (171,152,51). Sum of RGB (Red+Green+Blue) = 171+152+51=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9833 is #5467CC. Grayscale: #929292. Windows color (decimal): -5531597 or 3381419. OLE color: 3381419.
HSL color Cylindrical-coordinate representation of color #AB9833: hue angle of 50.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 #AB9833 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 51 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.33 |
| HSL | 50.5º | 0.54% | 0.44% | - |
| HSV(B) | 50.5º | 0.7% | 0.67% | - |
| XYZ | 28.62 | 31.35 | 7.68 | - |
| YUV | 146.17 | 74.29 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 51 | 0 | 0.11 | 0.70 | 0.33 | 50.5 | 0.54 | 0.44 |
| Hex | AB | 98 | 33 | 0 | B | 46 | 21 | 32 | 36 | 2C |
| Octal | 253 | 230 | 63 | 0 | 13 | 106 | 41 | 62 | 66 | 54 |
| Binary | 10101011 | 10011000 | 110011 | 0 | 1011 | 1000110 | 100001 | 110010 | 110110 | 101100 |
Color Harmonies of #AB9833
Complementary color
Monochromatic Colors of #AB9833
Black with #AB9833
Text Example
Text Example
White with #AB9833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9833; }
p { color: rgb(171,152,51); }
H1.HeaderClassName
{
color: #AB9833;
}
.AnyTagClassName
{
color: #AB9833;
}
</style>
background-color css
<style>
a { background-color: #AB9833; }
a { background-color: rgb(171,152,51); }
div.DivClassName
{
background-color: #AB9833;
}
.BgClassName
{
background-color: #AB9833;
}
</style>
border-color css
<style>
span { border-color: #AB9833; }
span { border-color: rgb(171,152,51); }
td.TdClassName
{
border-color: #AB9833;
}
.TagClassName
{
border-color: #AB9833;
}
</style>