Shades of Luxor Gold #AB8C40
Tints of Luxor Gold #AB8C40
RGB
CMYK
RGB Variations
Color information
#AB8C40 (or 0xAB8C40) is known color: Luxor Gold. HEX triplet: AB, 8C and 40. RGB value is (171,140,64). Sum of RGB (Red+Green+Blue) = 171+140+64=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C40 is #5473BF. Grayscale: #8C8C8C. Windows color (decimal): -5534656 or 4230315. OLE color: 4230315.
HSL color Cylindrical-coordinate representation of color #AB8C40: hue angle of 42.62º 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 #AB8C40 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 64 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.33 |
| HSL | 42.62º | 0.46% | 0.46% | - |
| HSV(B) | 42.62º | 0.63% | 0.67% | - |
| XYZ | 27.1 | 27.78 | 8.79 | - |
| YUV | 140.61 | 84.77 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 64 | 0 | 0.18 | 0.63 | 0.33 | 42.62 | 0.46 | 0.46 |
| Hex | AB | 8C | 40 | 0 | 12 | 3F | 21 | 2B | 2E | 2E |
| Octal | 253 | 214 | 100 | 0 | 22 | 77 | 41 | 53 | 56 | 56 |
| Binary | 10101011 | 10001100 | 1000000 | 0 | 10010 | 111111 | 100001 | 101011 | 101110 | 101110 |
Color Harmonies of #AB8C40
Complementary color
Monochromatic Colors of #AB8C40
Black with #AB8C40
Text Example
Text Example
White with #AB8C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C40; }
p { color: rgb(171,140,64); }
H1.HeaderClassName
{
color: #AB8C40;
}
.AnyTagClassName
{
color: #AB8C40;
}
</style>
background-color css
<style>
a { background-color: #AB8C40; }
a { background-color: rgb(171,140,64); }
div.DivClassName
{
background-color: #AB8C40;
}
.BgClassName
{
background-color: #AB8C40;
}
</style>
border-color css
<style>
span { border-color: #AB8C40; }
span { border-color: rgb(171,140,64); }
td.TdClassName
{
border-color: #AB8C40;
}
.TagClassName
{
border-color: #AB8C40;
}
</style>