Shades of Luxor Gold #AB8C44
Tints of Luxor Gold #AB8C44
RGB
CMYK
RGB Variations
Color information
#AB8C44 (or 0xAB8C44) is known color: Luxor Gold. HEX triplet: AB, 8C and 44. RGB value is (171,140,68). Sum of RGB (Red+Green+Blue) = 171+140+68=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C44 is #5473BB. Grayscale: #8D8D8D. Windows color (decimal): -5534652 or 4492459. OLE color: 4492459.
HSL color Cylindrical-coordinate representation of color #AB8C44: hue angle of 41.94º 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 #AB8C44 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 68 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.33 |
| HSL | 41.94º | 0.43% | 0.47% | - |
| HSV(B) | 41.94º | 0.6% | 0.67% | - |
| XYZ | 27.22 | 27.83 | 9.41 | - |
| YUV | 141.06 | 86.77 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 68 | 0 | 0.18 | 0.60 | 0.33 | 41.94 | 0.43 | 0.47 |
| Hex | AB | 8C | 44 | 0 | 12 | 3C | 21 | 2A | 2B | 2F |
| Octal | 253 | 214 | 104 | 0 | 22 | 74 | 41 | 52 | 53 | 57 |
| Binary | 10101011 | 10001100 | 1000100 | 0 | 10010 | 111100 | 100001 | 101010 | 101011 | 101111 |
Color Harmonies of #AB8C44
Complementary color
Monochromatic Colors of #AB8C44
Black with #AB8C44
Text Example
Text Example
White with #AB8C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C44; }
p { color: rgb(171,140,68); }
H1.HeaderClassName
{
color: #AB8C44;
}
.AnyTagClassName
{
color: #AB8C44;
}
</style>
background-color css
<style>
a { background-color: #AB8C44; }
a { background-color: rgb(171,140,68); }
div.DivClassName
{
background-color: #AB8C44;
}
.BgClassName
{
background-color: #AB8C44;
}
</style>
border-color css
<style>
span { border-color: #AB8C44; }
span { border-color: rgb(171,140,68); }
td.TdClassName
{
border-color: #AB8C44;
}
.TagClassName
{
border-color: #AB8C44;
}
</style>