Shades of Reef Gold #AB9138
Tints of Reef Gold #AB9138
RGB
CMYK
RGB Variations
Color information
#AB9138 (or 0xAB9138) is known color: Reef Gold. HEX triplet: AB, 91 and 38. RGB value is (171,145,56). Sum of RGB (Red+Green+Blue) = 171+145+56=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9138 is #546EC7. Grayscale: #8F8F8F. Windows color (decimal): -5533384 or 3707307. OLE color: 3707307.
HSL color Cylindrical-coordinate representation of color #AB9138: hue angle of 46.43º 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 #AB9138 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 145 | 56 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.33 |
| HSL | 46.43º | 0.51% | 0.45% | - |
| HSV(B) | 46.43º | 0.67% | 0.67% | - |
| XYZ | 27.63 | 29.19 | 7.92 | - |
| YUV | 142.63 | 79.11 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 145 | 56 | 0 | 0.15 | 0.67 | 0.33 | 46.43 | 0.51 | 0.45 |
| Hex | AB | 91 | 38 | 0 | F | 43 | 21 | 2E | 33 | 2D |
| Octal | 253 | 221 | 70 | 0 | 17 | 103 | 41 | 56 | 63 | 55 |
| Binary | 10101011 | 10010001 | 111000 | 0 | 1111 | 1000011 | 100001 | 101110 | 110011 | 101101 |
Color Harmonies of #AB9138
Complementary color
Monochromatic Colors of #AB9138
Black with #AB9138
Text Example
Text Example
White with #AB9138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9138; }
p { color: rgb(171,145,56); }
H1.HeaderClassName
{
color: #AB9138;
}
.AnyTagClassName
{
color: #AB9138;
}
</style>
background-color css
<style>
a { background-color: #AB9138; }
a { background-color: rgb(171,145,56); }
div.DivClassName
{
background-color: #AB9138;
}
.BgClassName
{
background-color: #AB9138;
}
</style>
border-color css
<style>
span { border-color: #AB9138; }
span { border-color: rgb(171,145,56); }
td.TdClassName
{
border-color: #AB9138;
}
.TagClassName
{
border-color: #AB9138;
}
</style>