Shades of Reef Gold #AB902D
Tints of Reef Gold #AB902D
RGB
CMYK
RGB Variations
Color information
#AB902D (or 0xAB902D) is known color: Reef Gold. HEX triplet: AB, 90 and 2D. RGB value is (171,144,45). Sum of RGB (Red+Green+Blue) = 171+144+45=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB902D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB902D is #546FD2. Grayscale: #8D8D8D. Windows color (decimal): -5533651 or 2986155. OLE color: 2986155.
HSL color Cylindrical-coordinate representation of color #AB902D: hue angle of 47.14º degrees, saturation: 0.58, 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 #AB902D is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 144 | 45 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.33 |
| HSL | 47.14º | 0.58% | 0.42% | - |
| HSV(B) | 47.14º | 0.74% | 0.67% | - |
| XYZ | 27.24 | 28.79 | 6.6 | - |
| YUV | 140.79 | 73.95 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 45 | 0 | 0.16 | 0.74 | 0.33 | 47.14 | 0.58 | 0.42 |
| Hex | AB | 90 | 2D | 0 | 10 | 4A | 21 | 2F | 3A | 2A |
| Octal | 253 | 220 | 55 | 0 | 20 | 112 | 41 | 57 | 72 | 52 |
| Binary | 10101011 | 10010000 | 101101 | 0 | 10000 | 1001010 | 100001 | 101111 | 111010 | 101010 |
Color Harmonies of #AB902D
Complementary color
Monochromatic Colors of #AB902D
Black with #AB902D
Text Example
Text Example
White with #AB902D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB902D; }
p { color: rgb(171,144,45); }
H1.HeaderClassName
{
color: #AB902D;
}
.AnyTagClassName
{
color: #AB902D;
}
</style>
background-color css
<style>
a { background-color: #AB902D; }
a { background-color: rgb(171,144,45); }
div.DivClassName
{
background-color: #AB902D;
}
.BgClassName
{
background-color: #AB902D;
}
</style>
border-color css
<style>
span { border-color: #AB902D; }
span { border-color: rgb(171,144,45); }
td.TdClassName
{
border-color: #AB902D;
}
.TagClassName
{
border-color: #AB902D;
}
</style>