Shades of Luxor Gold #AB8944
Tints of Luxor Gold #AB8944
RGB
CMYK
RGB Variations
Color information
#AB8944 (or 0xAB8944) is known color: Luxor Gold. HEX triplet: AB, 89 and 44. RGB value is (171,137,68). Sum of RGB (Red+Green+Blue) = 171+137+68=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8944 is #5476BB. Grayscale: #8B8B8B. Windows color (decimal): -5535420 or 4491691. OLE color: 4491691.
HSL color Cylindrical-coordinate representation of color #AB8944: hue angle of 40.19º 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 #AB8944 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 68 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.33 |
| HSL | 40.19º | 0.43% | 0.47% | - |
| HSV(B) | 40.19º | 0.6% | 0.67% | - |
| XYZ | 26.78 | 26.97 | 9.26 | - |
| YUV | 139.3 | 87.76 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 68 | 0 | 0.20 | 0.60 | 0.33 | 40.19 | 0.43 | 0.47 |
| Hex | AB | 89 | 44 | 0 | 14 | 3C | 21 | 28 | 2B | 2F |
| Octal | 253 | 211 | 104 | 0 | 24 | 74 | 41 | 50 | 53 | 57 |
| Binary | 10101011 | 10001001 | 1000100 | 0 | 10100 | 111100 | 100001 | 101000 | 101011 | 101111 |
Color Harmonies of #AB8944
Complementary color
Monochromatic Colors of #AB8944
Black with #AB8944
Text Example
Text Example
White with #AB8944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8944; }
p { color: rgb(171,137,68); }
H1.HeaderClassName
{
color: #AB8944;
}
.AnyTagClassName
{
color: #AB8944;
}
</style>
background-color css
<style>
a { background-color: #AB8944; }
a { background-color: rgb(171,137,68); }
div.DivClassName
{
background-color: #AB8944;
}
.BgClassName
{
background-color: #AB8944;
}
</style>
border-color css
<style>
span { border-color: #AB8944; }
span { border-color: rgb(171,137,68); }
td.TdClassName
{
border-color: #AB8944;
}
.TagClassName
{
border-color: #AB8944;
}
</style>