Shades of Luxor Gold #AB8D3D
Tints of Luxor Gold #AB8D3D
RGB
CMYK
RGB Variations
Color information
#AB8D3D (or 0xAB8D3D) is known color: Luxor Gold. HEX triplet: AB, 8D and 3D. RGB value is (171,141,61). Sum of RGB (Red+Green+Blue) = 171+141+61=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8D3D is #5472C2. Grayscale: #8D8D8D. Windows color (decimal): -5534403 or 4033963. OLE color: 4033963.
HSL color Cylindrical-coordinate representation of color #AB8D3D: hue angle of 43.64º 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 #AB8D3D is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 141 | 61 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.33 |
| HSL | 43.64º | 0.47% | 0.45% | - |
| HSV(B) | 43.64º | 0.64% | 0.67% | - |
| XYZ | 27.16 | 28.04 | 8.4 | - |
| YUV | 140.85 | 82.94 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 61 | 0 | 0.18 | 0.64 | 0.33 | 43.64 | 0.47 | 0.45 |
| Hex | AB | 8D | 3D | 0 | 12 | 40 | 21 | 2C | 2F | 2D |
| Octal | 253 | 215 | 75 | 0 | 22 | 100 | 41 | 54 | 57 | 55 |
| Binary | 10101011 | 10001101 | 111101 | 0 | 10010 | 1000000 | 100001 | 101100 | 101111 | 101101 |
Color Harmonies of #AB8D3D
Complementary color
Monochromatic Colors of #AB8D3D
Black with #AB8D3D
Text Example
Text Example
White with #AB8D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8D3D; }
p { color: rgb(171,141,61); }
H1.HeaderClassName
{
color: #AB8D3D;
}
.AnyTagClassName
{
color: #AB8D3D;
}
</style>
background-color css
<style>
a { background-color: #AB8D3D; }
a { background-color: rgb(171,141,61); }
div.DivClassName
{
background-color: #AB8D3D;
}
.BgClassName
{
background-color: #AB8D3D;
}
</style>
border-color css
<style>
span { border-color: #AB8D3D; }
span { border-color: rgb(171,141,61); }
td.TdClassName
{
border-color: #AB8D3D;
}
.TagClassName
{
border-color: #AB8D3D;
}
</style>