Shades of Luxor Gold #AB8846
Tints of Luxor Gold #AB8846
RGB
CMYK
RGB Variations
Color information
#AB8846 (or 0xAB8846) is known color: Luxor Gold. HEX triplet: AB, 88 and 46. RGB value is (171,136,70). Sum of RGB (Red+Green+Blue) = 171+136+70=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8846 is #5477B9. Grayscale: #8B8B8B. Windows color (decimal): -5535674 or 4622507. OLE color: 4622507.
HSL color Cylindrical-coordinate representation of color #AB8846: hue angle of 39.21º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB8846 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 70 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.33 |
| HSL | 39.21º | 0.42% | 0.47% | - |
| HSV(B) | 39.21º | 0.59% | 0.67% | - |
| XYZ | 26.7 | 26.71 | 9.54 | - |
| YUV | 138.94 | 89.1 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 70 | 0 | 0.20 | 0.59 | 0.33 | 39.21 | 0.42 | 0.47 |
| Hex | AB | 88 | 46 | 0 | 14 | 3B | 21 | 27 | 2A | 2F |
| Octal | 253 | 210 | 106 | 0 | 24 | 73 | 41 | 47 | 52 | 57 |
| Binary | 10101011 | 10001000 | 1000110 | 0 | 10100 | 111011 | 100001 | 100111 | 101010 | 101111 |
Color Harmonies of #AB8846
Complementary color
Monochromatic Colors of #AB8846
Black with #AB8846
Text Example
Text Example
White with #AB8846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8846; }
p { color: rgb(171,136,70); }
H1.HeaderClassName
{
color: #AB8846;
}
.AnyTagClassName
{
color: #AB8846;
}
</style>
background-color css
<style>
a { background-color: #AB8846; }
a { background-color: rgb(171,136,70); }
div.DivClassName
{
background-color: #AB8846;
}
.BgClassName
{
background-color: #AB8846;
}
</style>
border-color css
<style>
span { border-color: #AB8846; }
span { border-color: rgb(171,136,70); }
td.TdClassName
{
border-color: #AB8846;
}
.TagClassName
{
border-color: #AB8846;
}
</style>