Shades of Luxor Gold #AB8D40
Tints of Luxor Gold #AB8D40
RGB
CMYK
RGB Variations
Color information
#AB8D40 (or 0xAB8D40) is known color: Luxor Gold. HEX triplet: AB, 8D and 40. RGB value is (171,141,64). Sum of RGB (Red+Green+Blue) = 171+141+64=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8D40 is #5472BF. Grayscale: #8D8D8D. Windows color (decimal): -5534400 or 4230571. OLE color: 4230571.
HSL color Cylindrical-coordinate representation of color #AB8D40: hue angle of 43.18º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB8D40 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 141 | 64 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.33 |
| HSL | 43.18º | 0.46% | 0.46% | - |
| HSV(B) | 43.18º | 0.63% | 0.67% | - |
| XYZ | 27.24 | 28.08 | 8.83 | - |
| YUV | 141.19 | 84.44 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 64 | 0 | 0.18 | 0.63 | 0.33 | 43.18 | 0.46 | 0.46 |
| Hex | AB | 8D | 40 | 0 | 12 | 3F | 21 | 2B | 2E | 2E |
| Octal | 253 | 215 | 100 | 0 | 22 | 77 | 41 | 53 | 56 | 56 |
| Binary | 10101011 | 10001101 | 1000000 | 0 | 10010 | 111111 | 100001 | 101011 | 101110 | 101110 |
Color Harmonies of #AB8D40
Complementary color
Monochromatic Colors of #AB8D40
Black with #AB8D40
Text Example
Text Example
White with #AB8D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8D40; }
p { color: rgb(171,141,64); }
H1.HeaderClassName
{
color: #AB8D40;
}
.AnyTagClassName
{
color: #AB8D40;
}
</style>
background-color css
<style>
a { background-color: #AB8D40; }
a { background-color: rgb(171,141,64); }
div.DivClassName
{
background-color: #AB8D40;
}
.BgClassName
{
background-color: #AB8D40;
}
</style>
border-color css
<style>
span { border-color: #AB8D40; }
span { border-color: rgb(171,141,64); }
td.TdClassName
{
border-color: #AB8D40;
}
.TagClassName
{
border-color: #AB8D40;
}
</style>