Shades of Luxor Gold #AB913D
Tints of Luxor Gold #AB913D
RGB
CMYK
RGB Variations
Color information
#AB913D (or 0xAB913D) is known color: Luxor Gold. HEX triplet: AB, 91 and 3D. RGB value is (171,145,61). Sum of RGB (Red+Green+Blue) = 171+145+61=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB913D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB913D is #546EC2. Grayscale: #8F8F8F. Windows color (decimal): -5533379 or 4034987. OLE color: 4034987.
HSL color Cylindrical-coordinate representation of color #AB913D: hue angle of 45.82º 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 #AB913D is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 145 | 61 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.33 |
| HSL | 45.82º | 0.47% | 0.45% | - |
| HSV(B) | 45.82º | 0.64% | 0.67% | - |
| XYZ | 27.76 | 29.25 | 8.6 | - |
| YUV | 143.2 | 81.61 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 145 | 61 | 0 | 0.15 | 0.64 | 0.33 | 45.82 | 0.47 | 0.45 |
| Hex | AB | 91 | 3D | 0 | F | 40 | 21 | 2E | 2F | 2D |
| Octal | 253 | 221 | 75 | 0 | 17 | 100 | 41 | 56 | 57 | 55 |
| Binary | 10101011 | 10010001 | 111101 | 0 | 1111 | 1000000 | 100001 | 101110 | 101111 | 101101 |
Color Harmonies of #AB913D
Complementary color
Monochromatic Colors of #AB913D
Black with #AB913D
Text Example
Text Example
White with #AB913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB913D; }
p { color: rgb(171,145,61); }
H1.HeaderClassName
{
color: #AB913D;
}
.AnyTagClassName
{
color: #AB913D;
}
</style>
background-color css
<style>
a { background-color: #AB913D; }
a { background-color: rgb(171,145,61); }
div.DivClassName
{
background-color: #AB913D;
}
.BgClassName
{
background-color: #AB913D;
}
</style>
border-color css
<style>
span { border-color: #AB913D; }
span { border-color: rgb(171,145,61); }
td.TdClassName
{
border-color: #AB913D;
}
.TagClassName
{
border-color: #AB913D;
}
</style>