Shades of Luxor Gold #AB8F3E
Tints of Luxor Gold #AB8F3E
RGB
CMYK
RGB Variations
Color information
#AB8F3E (or 0xAB8F3E) is known color: Luxor Gold. HEX triplet: AB, 8F and 3E. RGB value is (171,143,62). Sum of RGB (Red+Green+Blue) = 171+143+62=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8F3E is #5470C1. Grayscale: #8E8E8E. Windows color (decimal): -5533890 or 4100011. OLE color: 4100011.
HSL color Cylindrical-coordinate representation of color #AB8F3E: hue angle of 44.59º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB8F3E is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 62 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.33 |
| HSL | 44.59º | 0.47% | 0.46% | - |
| HSV(B) | 44.59º | 0.64% | 0.67% | - |
| XYZ | 27.49 | 28.65 | 8.64 | - |
| YUV | 142.14 | 82.78 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 62 | 0 | 0.16 | 0.64 | 0.33 | 44.59 | 0.47 | 0.46 |
| Hex | AB | 8F | 3E | 0 | 10 | 40 | 21 | 2D | 2F | 2E |
| Octal | 253 | 217 | 76 | 0 | 20 | 100 | 41 | 55 | 57 | 56 |
| Binary | 10101011 | 10001111 | 111110 | 0 | 10000 | 1000000 | 100001 | 101101 | 101111 | 101110 |
Color Harmonies of #AB8F3E
Complementary color
Monochromatic Colors of #AB8F3E
Black with #AB8F3E
Text Example
Text Example
White with #AB8F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F3E; }
p { color: rgb(171,143,62); }
H1.HeaderClassName
{
color: #AB8F3E;
}
.AnyTagClassName
{
color: #AB8F3E;
}
</style>
background-color css
<style>
a { background-color: #AB8F3E; }
a { background-color: rgb(171,143,62); }
div.DivClassName
{
background-color: #AB8F3E;
}
.BgClassName
{
background-color: #AB8F3E;
}
</style>
border-color css
<style>
span { border-color: #AB8F3E; }
span { border-color: rgb(171,143,62); }
td.TdClassName
{
border-color: #AB8F3E;
}
.TagClassName
{
border-color: #AB8F3E;
}
</style>