Shades of Luxor Gold #AB8C45
Tints of Luxor Gold #AB8C45
RGB
CMYK
RGB Variations
Color information
#AB8C45 (or 0xAB8C45) is known color: Luxor Gold. HEX triplet: AB, 8C and 45. RGB value is (171,140,69). Sum of RGB (Red+Green+Blue) = 171+140+69=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C45 is #5473BA. Grayscale: #8D8D8D. Windows color (decimal): -5534651 or 4557995. OLE color: 4557995.
HSL color Cylindrical-coordinate representation of color #AB8C45: hue angle of 41.76º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB8C45 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 69 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.33 |
| HSL | 41.76º | 0.43% | 0.47% | - |
| HSV(B) | 41.76º | 0.6% | 0.67% | - |
| XYZ | 27.25 | 27.84 | 9.57 | - |
| YUV | 141.18 | 87.27 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 69 | 0 | 0.18 | 0.60 | 0.33 | 41.76 | 0.43 | 0.47 |
| Hex | AB | 8C | 45 | 0 | 12 | 3C | 21 | 2A | 2A | 2F |
| Octal | 253 | 214 | 105 | 0 | 22 | 74 | 41 | 52 | 52 | 57 |
| Binary | 10101011 | 10001100 | 1000101 | 0 | 10010 | 111100 | 100001 | 101010 | 101010 | 101111 |
Color Harmonies of #AB8C45
Complementary color
Monochromatic Colors of #AB8C45
Black with #AB8C45
Text Example
Text Example
White with #AB8C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C45; }
p { color: rgb(171,140,69); }
H1.HeaderClassName
{
color: #AB8C45;
}
.AnyTagClassName
{
color: #AB8C45;
}
</style>
background-color css
<style>
a { background-color: #AB8C45; }
a { background-color: rgb(171,140,69); }
div.DivClassName
{
background-color: #AB8C45;
}
.BgClassName
{
background-color: #AB8C45;
}
</style>
border-color css
<style>
span { border-color: #AB8C45; }
span { border-color: rgb(171,140,69); }
td.TdClassName
{
border-color: #AB8C45;
}
.TagClassName
{
border-color: #AB8C45;
}
</style>