Shades of Reef Gold #AB902A
Tints of Reef Gold #AB902A
RGB
CMYK
RGB Variations
Color information
#AB902A (or 0xAB902A) is known color: Reef Gold. HEX triplet: AB, 90 and 2A. RGB value is (171,144,42). Sum of RGB (Red+Green+Blue) = 171+144+42=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB902A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB902A is #546FD5. Grayscale: #8C8C8C. Windows color (decimal): -5533654 or 2789547. OLE color: 2789547.
HSL color Cylindrical-coordinate representation of color #AB902A: hue angle of 47.44º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB902A is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 144 | 42 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.33 |
| HSL | 47.44º | 0.61% | 0.42% | - |
| HSV(B) | 47.44º | 0.75% | 0.67% | - |
| XYZ | 27.19 | 28.77 | 6.31 | - |
| YUV | 140.45 | 72.45 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 42 | 0 | 0.16 | 0.75 | 0.33 | 47.44 | 0.61 | 0.42 |
| Hex | AB | 90 | 2A | 0 | 10 | 4B | 21 | 2F | 3D | 2A |
| Octal | 253 | 220 | 52 | 0 | 20 | 113 | 41 | 57 | 75 | 52 |
| Binary | 10101011 | 10010000 | 101010 | 0 | 10000 | 1001011 | 100001 | 101111 | 111101 | 101010 |
Color Harmonies of #AB902A
Complementary color
Monochromatic Colors of #AB902A
Black with #AB902A
Text Example
Text Example
White with #AB902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB902A; }
p { color: rgb(171,144,42); }
H1.HeaderClassName
{
color: #AB902A;
}
.AnyTagClassName
{
color: #AB902A;
}
</style>
background-color css
<style>
a { background-color: #AB902A; }
a { background-color: rgb(171,144,42); }
div.DivClassName
{
background-color: #AB902A;
}
.BgClassName
{
background-color: #AB902A;
}
</style>
border-color css
<style>
span { border-color: #AB902A; }
span { border-color: rgb(171,144,42); }
td.TdClassName
{
border-color: #AB902A;
}
.TagClassName
{
border-color: #AB902A;
}
</style>