Shades of Luxor Gold #AB8A48
Tints of Luxor Gold #AB8A48
RGB
CMYK
RGB Variations
Color information
#AB8A48 (or 0xAB8A48) is known color: Luxor Gold. HEX triplet: AB, 8A and 48. RGB value is (171,138,72). Sum of RGB (Red+Green+Blue) = 171+138+72=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8A48 is #5475B7. Grayscale: #8C8C8C. Windows color (decimal): -5535160 or 4754091. OLE color: 4754091.
HSL color Cylindrical-coordinate representation of color #AB8A48: hue angle of 40º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB8A48 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 138 | 72 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.33 |
| HSL | 40º | 0.41% | 0.48% | - |
| HSV(B) | 40º | 0.58% | 0.67% | - |
| XYZ | 27.05 | 27.3 | 9.98 | - |
| YUV | 140.34 | 89.43 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 72 | 0 | 0.19 | 0.58 | 0.33 | 40 | 0.41 | 0.48 |
| Hex | AB | 8A | 48 | 0 | 13 | 3A | 21 | 28 | 29 | 30 |
| Octal | 253 | 212 | 110 | 0 | 23 | 72 | 41 | 50 | 51 | 60 |
| Binary | 10101011 | 10001010 | 1001000 | 0 | 10011 | 111010 | 100001 | 101000 | 101001 | 110000 |
Color Harmonies of #AB8A48
Complementary color
Monochromatic Colors of #AB8A48
Black with #AB8A48
Text Example
Text Example
White with #AB8A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8A48; }
p { color: rgb(171,138,72); }
H1.HeaderClassName
{
color: #AB8A48;
}
.AnyTagClassName
{
color: #AB8A48;
}
</style>
background-color css
<style>
a { background-color: #AB8A48; }
a { background-color: rgb(171,138,72); }
div.DivClassName
{
background-color: #AB8A48;
}
.BgClassName
{
background-color: #AB8A48;
}
</style>
border-color css
<style>
span { border-color: #AB8A48; }
span { border-color: rgb(171,138,72); }
td.TdClassName
{
border-color: #AB8A48;
}
.TagClassName
{
border-color: #AB8A48;
}
</style>