Shades of Reef Gold #AB9736
Tints of Reef Gold #AB9736
RGB
CMYK
RGB Variations
Color information
#AB9736 (or 0xAB9736) is known color: Reef Gold. HEX triplet: AB, 97 and 36. RGB value is (171,151,54). Sum of RGB (Red+Green+Blue) = 171+151+54=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 54 (21.48% from 255 or 14.36% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9736 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9736 is #5468C9. Grayscale: #929292. Windows color (decimal): -5531850 or 3577771. OLE color: 3577771.
HSL color Cylindrical-coordinate representation of color #AB9736: hue angle of 49.74º degrees, saturation: 0.52, 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 #AB9736 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 151 | 54 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.33 |
| HSL | 49.74º | 0.52% | 0.44% | - |
| HSV(B) | 49.74º | 0.68% | 0.67% | - |
| XYZ | 28.53 | 31.06 | 7.98 | - |
| YUV | 145.92 | 76.13 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 151 | 54 | 0 | 0.12 | 0.68 | 0.33 | 49.74 | 0.52 | 0.44 |
| Hex | AB | 97 | 36 | 0 | C | 44 | 21 | 32 | 34 | 2C |
| Octal | 253 | 227 | 66 | 0 | 14 | 104 | 41 | 62 | 64 | 54 |
| Binary | 10101011 | 10010111 | 110110 | 0 | 1100 | 1000100 | 100001 | 110010 | 110100 | 101100 |
Color Harmonies of #AB9736
Complementary color
Monochromatic Colors of #AB9736
Black with #AB9736
Text Example
Text Example
White with #AB9736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9736; }
p { color: rgb(171,151,54); }
H1.HeaderClassName
{
color: #AB9736;
}
.AnyTagClassName
{
color: #AB9736;
}
</style>
background-color css
<style>
a { background-color: #AB9736; }
a { background-color: rgb(171,151,54); }
div.DivClassName
{
background-color: #AB9736;
}
.BgClassName
{
background-color: #AB9736;
}
</style>
border-color css
<style>
span { border-color: #AB9736; }
span { border-color: rgb(171,151,54); }
td.TdClassName
{
border-color: #AB9736;
}
.TagClassName
{
border-color: #AB9736;
}
</style>