Shades of Luxor Gold #AB8F3D
Tints of Luxor Gold #AB8F3D
RGB
CMYK
RGB Variations
Color information
#AB8F3D (or 0xAB8F3D) is known color: Luxor Gold. HEX triplet: AB, 8F and 3D. RGB value is (171,143,61). Sum of RGB (Red+Green+Blue) = 171+143+61=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8F3D is #5470C2. Grayscale: #8E8E8E. Windows color (decimal): -5533891 or 4034475. OLE color: 4034475.
HSL color Cylindrical-coordinate representation of color #AB8F3D: hue angle of 44.73º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB8F3D is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 61 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.33 |
| HSL | 44.73º | 0.47% | 0.45% | - |
| HSV(B) | 44.73º | 0.64% | 0.67% | - |
| XYZ | 27.46 | 28.64 | 8.5 | - |
| YUV | 142.02 | 82.28 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 61 | 0 | 0.16 | 0.64 | 0.33 | 44.73 | 0.47 | 0.45 |
| Hex | AB | 8F | 3D | 0 | 10 | 40 | 21 | 2D | 2F | 2D |
| Octal | 253 | 217 | 75 | 0 | 20 | 100 | 41 | 55 | 57 | 55 |
| Binary | 10101011 | 10001111 | 111101 | 0 | 10000 | 1000000 | 100001 | 101101 | 101111 | 101101 |
Color Harmonies of #AB8F3D
Complementary color
Monochromatic Colors of #AB8F3D
Black with #AB8F3D
Text Example
Text Example
White with #AB8F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F3D; }
p { color: rgb(171,143,61); }
H1.HeaderClassName
{
color: #AB8F3D;
}
.AnyTagClassName
{
color: #AB8F3D;
}
</style>
background-color css
<style>
a { background-color: #AB8F3D; }
a { background-color: rgb(171,143,61); }
div.DivClassName
{
background-color: #AB8F3D;
}
.BgClassName
{
background-color: #AB8F3D;
}
</style>
border-color css
<style>
span { border-color: #AB8F3D; }
span { border-color: rgb(171,143,61); }
td.TdClassName
{
border-color: #AB8F3D;
}
.TagClassName
{
border-color: #AB8F3D;
}
</style>