Shades of Reef Gold #AB9237
Tints of Reef Gold #AB9237
RGB
CMYK
RGB Variations
Color information
#AB9237 (or 0xAB9237) is known color: Reef Gold. HEX triplet: AB, 92 and 37. RGB value is (171,146,55). Sum of RGB (Red+Green+Blue) = 171+146+55=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 55 (21.88% from 255 or 14.78% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9237 is #546DC8. Grayscale: #8F8F8F. Windows color (decimal): -5533129 or 3642027. OLE color: 3642027.
HSL color Cylindrical-coordinate representation of color #AB9237: hue angle of 47.07º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB9237 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 146 | 55 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.33 |
| HSL | 47.07º | 0.51% | 0.44% | - |
| HSV(B) | 47.07º | 0.68% | 0.67% | - |
| XYZ | 27.76 | 29.49 | 7.84 | - |
| YUV | 143.1 | 78.28 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 55 | 0 | 0.15 | 0.68 | 0.33 | 47.07 | 0.51 | 0.44 |
| Hex | AB | 92 | 37 | 0 | F | 44 | 21 | 2F | 33 | 2C |
| Octal | 253 | 222 | 67 | 0 | 17 | 104 | 41 | 57 | 63 | 54 |
| Binary | 10101011 | 10010010 | 110111 | 0 | 1111 | 1000100 | 100001 | 101111 | 110011 | 101100 |
Color Harmonies of #AB9237
Complementary color
Monochromatic Colors of #AB9237
Black with #AB9237
Text Example
Text Example
White with #AB9237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9237; }
p { color: rgb(171,146,55); }
H1.HeaderClassName
{
color: #AB9237;
}
.AnyTagClassName
{
color: #AB9237;
}
</style>
background-color css
<style>
a { background-color: #AB9237; }
a { background-color: rgb(171,146,55); }
div.DivClassName
{
background-color: #AB9237;
}
.BgClassName
{
background-color: #AB9237;
}
</style>
border-color css
<style>
span { border-color: #AB9237; }
span { border-color: rgb(171,146,55); }
td.TdClassName
{
border-color: #AB9237;
}
.TagClassName
{
border-color: #AB9237;
}
</style>