Shades of Luxor Gold #A98D43
Tints of Luxor Gold #A98D43
RGB
CMYK
RGB Variations
Color information
#A98D43 (or 0xA98D43) is known color: Luxor Gold. HEX triplet: A9, 8D and 43. RGB value is (169,141,67). Sum of RGB (Red+Green+Blue) = 169+141+67=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98D43 is #5672BC. Grayscale: #8D8D8D. Windows color (decimal): -5665469 or 4427177. OLE color: 4427177.
HSL color Cylindrical-coordinate representation of color #A98D43: hue angle of 43.53º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A98D43 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 141 | 67 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.34 |
| HSL | 43.53º | 0.43% | 0.46% | - |
| HSV(B) | 43.53º | 0.6% | 0.66% | - |
| XYZ | 26.9 | 27.89 | 9.28 | - |
| YUV | 140.94 | 86.28 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 67 | 0 | 0.17 | 0.60 | 0.34 | 43.53 | 0.43 | 0.46 |
| Hex | A9 | 8D | 43 | 0 | 11 | 3C | 22 | 2C | 2B | 2E |
| Octal | 251 | 215 | 103 | 0 | 21 | 74 | 42 | 54 | 53 | 56 |
| Binary | 10101001 | 10001101 | 1000011 | 0 | 10001 | 111100 | 100010 | 101100 | 101011 | 101110 |
Color Harmonies of #A98D43
Complementary color
Monochromatic Colors of #A98D43
Black with #A98D43
Text Example
Text Example
White with #A98D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98D43; }
p { color: rgb(169,141,67); }
H1.HeaderClassName
{
color: #A98D43;
}
.AnyTagClassName
{
color: #A98D43;
}
</style>
background-color css
<style>
a { background-color: #A98D43; }
a { background-color: rgb(169,141,67); }
div.DivClassName
{
background-color: #A98D43;
}
.BgClassName
{
background-color: #A98D43;
}
</style>
border-color css
<style>
span { border-color: #A98D43; }
span { border-color: rgb(169,141,67); }
td.TdClassName
{
border-color: #A98D43;
}
.TagClassName
{
border-color: #A98D43;
}
</style>