Shades of Reef Gold #AB912C
Tints of Reef Gold #AB912C
RGB
CMYK
RGB Variations
Color information
#AB912C (or 0xAB912C) is known color: Reef Gold. HEX triplet: AB, 91 and 2C. RGB value is (171,145,44). Sum of RGB (Red+Green+Blue) = 171+145+44=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB912C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB912C is #546ED3. Grayscale: #8D8D8D. Windows color (decimal): -5533396 or 2920875. OLE color: 2920875.
HSL color Cylindrical-coordinate representation of color #AB912C: hue angle of 47.72º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB912C is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 145 | 44 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.33 |
| HSL | 47.72º | 0.59% | 0.42% | - |
| HSV(B) | 47.72º | 0.74% | 0.67% | - |
| XYZ | 27.37 | 29.09 | 6.56 | - |
| YUV | 141.26 | 73.11 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 145 | 44 | 0 | 0.15 | 0.74 | 0.33 | 47.72 | 0.59 | 0.42 |
| Hex | AB | 91 | 2C | 0 | F | 4A | 21 | 30 | 3B | 2A |
| Octal | 253 | 221 | 54 | 0 | 17 | 112 | 41 | 60 | 73 | 52 |
| Binary | 10101011 | 10010001 | 101100 | 0 | 1111 | 1001010 | 100001 | 110000 | 111011 | 101010 |
Color Harmonies of #AB912C
Complementary color
Monochromatic Colors of #AB912C
Black with #AB912C
Text Example
Text Example
White with #AB912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB912C; }
p { color: rgb(171,145,44); }
H1.HeaderClassName
{
color: #AB912C;
}
.AnyTagClassName
{
color: #AB912C;
}
</style>
background-color css
<style>
a { background-color: #AB912C; }
a { background-color: rgb(171,145,44); }
div.DivClassName
{
background-color: #AB912C;
}
.BgClassName
{
background-color: #AB912C;
}
</style>
border-color css
<style>
span { border-color: #AB912C; }
span { border-color: rgb(171,145,44); }
td.TdClassName
{
border-color: #AB912C;
}
.TagClassName
{
border-color: #AB912C;
}
</style>