Shades of Reef Gold #AB942C
Tints of Reef Gold #AB942C
RGB
CMYK
RGB Variations
Color information
#AB942C (or 0xAB942C) is known color: Reef Gold. HEX triplet: AB, 94 and 2C. RGB value is (171,148,44). Sum of RGB (Red+Green+Blue) = 171+148+44=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB942C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB942C is #546BD3. Grayscale: #8F8F8F. Windows color (decimal): -5532628 or 2921643. OLE color: 2921643.
HSL color Cylindrical-coordinate representation of color #AB942C: hue angle of 49.13º 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 #AB942C is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 148 | 44 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.33 |
| HSL | 49.13º | 0.59% | 0.42% | - |
| HSV(B) | 49.13º | 0.74% | 0.67% | - |
| XYZ | 27.84 | 30.02 | 6.71 | - |
| YUV | 143.02 | 72.12 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 148 | 44 | 0 | 0.13 | 0.74 | 0.33 | 49.13 | 0.59 | 0.42 |
| Hex | AB | 94 | 2C | 0 | D | 4A | 21 | 31 | 3B | 2A |
| Octal | 253 | 224 | 54 | 0 | 15 | 112 | 41 | 61 | 73 | 52 |
| Binary | 10101011 | 10010100 | 101100 | 0 | 1101 | 1001010 | 100001 | 110001 | 111011 | 101010 |
Color Harmonies of #AB942C
Complementary color
Monochromatic Colors of #AB942C
Black with #AB942C
Text Example
Text Example
White with #AB942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB942C; }
p { color: rgb(171,148,44); }
H1.HeaderClassName
{
color: #AB942C;
}
.AnyTagClassName
{
color: #AB942C;
}
</style>
background-color css
<style>
a { background-color: #AB942C; }
a { background-color: rgb(171,148,44); }
div.DivClassName
{
background-color: #AB942C;
}
.BgClassName
{
background-color: #AB942C;
}
</style>
border-color css
<style>
span { border-color: #AB942C; }
span { border-color: rgb(171,148,44); }
td.TdClassName
{
border-color: #AB942C;
}
.TagClassName
{
border-color: #AB942C;
}
</style>