Shades of Luxor Gold #A98A43
Tints of Luxor Gold #A98A43
RGB
CMYK
RGB Variations
Color information
#A98A43 (or 0xA98A43) is known color: Luxor Gold. HEX triplet: A9, 8A and 43. RGB value is (169,138,67). Sum of RGB (Red+Green+Blue) = 169+138+67=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98A43 is #5675BC. Grayscale: #8B8B8B. Windows color (decimal): -5666237 or 4426409. OLE color: 4426409.
HSL color Cylindrical-coordinate representation of color #A98A43: hue angle of 41.76º 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 #A98A43 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 138 | 67 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.34 |
| HSL | 41.76º | 0.43% | 0.46% | - |
| HSV(B) | 41.76º | 0.6% | 0.66% | - |
| XYZ | 26.46 | 27.02 | 9.13 | - |
| YUV | 139.18 | 87.27 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 138 | 67 | 0 | 0.18 | 0.60 | 0.34 | 41.76 | 0.43 | 0.46 |
| Hex | A9 | 8A | 43 | 0 | 12 | 3C | 22 | 2A | 2B | 2E |
| Octal | 251 | 212 | 103 | 0 | 22 | 74 | 42 | 52 | 53 | 56 |
| Binary | 10101001 | 10001010 | 1000011 | 0 | 10010 | 111100 | 100010 | 101010 | 101011 | 101110 |
Color Harmonies of #A98A43
Complementary color
Monochromatic Colors of #A98A43
Black with #A98A43
Text Example
Text Example
White with #A98A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98A43; }
p { color: rgb(169,138,67); }
H1.HeaderClassName
{
color: #A98A43;
}
.AnyTagClassName
{
color: #A98A43;
}
</style>
background-color css
<style>
a { background-color: #A98A43; }
a { background-color: rgb(169,138,67); }
div.DivClassName
{
background-color: #A98A43;
}
.BgClassName
{
background-color: #A98A43;
}
</style>
border-color css
<style>
span { border-color: #A98A43; }
span { border-color: rgb(169,138,67); }
td.TdClassName
{
border-color: #A98A43;
}
.TagClassName
{
border-color: #A98A43;
}
</style>