Shades of Reef Gold #AB9538
Tints of Reef Gold #AB9538
RGB
CMYK
RGB Variations
Color information
#AB9538 (or 0xAB9538) is known color: Reef Gold. HEX triplet: AB, 95 and 38. RGB value is (171,149,56). Sum of RGB (Red+Green+Blue) = 171+149+56=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9538 is #546AC7. Grayscale: #919191. Windows color (decimal): -5532360 or 3708331. OLE color: 3708331.
HSL color Cylindrical-coordinate representation of color #AB9538: hue angle of 48.52º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB9538 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 149 | 56 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.33 |
| HSL | 48.52º | 0.51% | 0.45% | - |
| HSV(B) | 48.52º | 0.67% | 0.67% | - |
| XYZ | 28.26 | 30.44 | 8.13 | - |
| YUV | 144.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 56 | 0 | 0.13 | 0.67 | 0.33 | 48.52 | 0.51 | 0.45 |
| Hex | AB | 95 | 38 | 0 | D | 43 | 21 | 31 | 33 | 2D |
| Octal | 253 | 225 | 70 | 0 | 15 | 103 | 41 | 61 | 63 | 55 |
| Binary | 10101011 | 10010101 | 111000 | 0 | 1101 | 1000011 | 100001 | 110001 | 110011 | 101101 |
Color Harmonies of #AB9538
Complementary color
Monochromatic Colors of #AB9538
Black with #AB9538
Text Example
Text Example
White with #AB9538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9538; }
p { color: rgb(171,149,56); }
H1.HeaderClassName
{
color: #AB9538;
}
.AnyTagClassName
{
color: #AB9538;
}
</style>
background-color css
<style>
a { background-color: #AB9538; }
a { background-color: rgb(171,149,56); }
div.DivClassName
{
background-color: #AB9538;
}
.BgClassName
{
background-color: #AB9538;
}
</style>
border-color css
<style>
span { border-color: #AB9538; }
span { border-color: rgb(171,149,56); }
td.TdClassName
{
border-color: #AB9538;
}
.TagClassName
{
border-color: #AB9538;
}
</style>