Shades of Reef Gold #AB913B
Tints of Reef Gold #AB913B
RGB
CMYK
RGB Variations
Color information
#AB913B (or 0xAB913B) is known color: Reef Gold. HEX triplet: AB, 91 and 3B. RGB value is (171,145,59). Sum of RGB (Red+Green+Blue) = 171+145+59=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB913B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB913B is #546EC4. Grayscale: #8F8F8F. Windows color (decimal): -5533381 or 3903915. OLE color: 3903915.
HSL color Cylindrical-coordinate representation of color #AB913B: hue angle of 46.07º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB913B is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 145 | 59 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.33 |
| HSL | 46.07º | 0.49% | 0.45% | - |
| HSV(B) | 46.07º | 0.65% | 0.67% | - |
| XYZ | 27.71 | 29.22 | 8.32 | - |
| YUV | 142.97 | 80.61 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 145 | 59 | 0 | 0.15 | 0.65 | 0.33 | 46.07 | 0.49 | 0.45 |
| Hex | AB | 91 | 3B | 0 | F | 41 | 21 | 2E | 31 | 2D |
| Octal | 253 | 221 | 73 | 0 | 17 | 101 | 41 | 56 | 61 | 55 |
| Binary | 10101011 | 10010001 | 111011 | 0 | 1111 | 1000001 | 100001 | 101110 | 110001 | 101101 |
Color Harmonies of #AB913B
Complementary color
Monochromatic Colors of #AB913B
Black with #AB913B
Text Example
Text Example
White with #AB913B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB913B; }
p { color: rgb(171,145,59); }
H1.HeaderClassName
{
color: #AB913B;
}
.AnyTagClassName
{
color: #AB913B;
}
</style>
background-color css
<style>
a { background-color: #AB913B; }
a { background-color: rgb(171,145,59); }
div.DivClassName
{
background-color: #AB913B;
}
.BgClassName
{
background-color: #AB913B;
}
</style>
border-color css
<style>
span { border-color: #AB913B; }
span { border-color: rgb(171,145,59); }
td.TdClassName
{
border-color: #AB913B;
}
.TagClassName
{
border-color: #AB913B;
}
</style>