Shades of Luxor Gold #A98C3E
Tints of Luxor Gold #A98C3E
RGB
CMYK
RGB Variations
Color information
#A98C3E (or 0xA98C3E) is known color: Luxor Gold. HEX triplet: A9, 8C and 3E. RGB value is (169,140,62). Sum of RGB (Red+Green+Blue) = 169+140+62=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98C3E is #5673C1. Grayscale: #8C8C8C. Windows color (decimal): -5665730 or 4099241. OLE color: 4099241.
HSL color Cylindrical-coordinate representation of color #A98C3E: hue angle of 43.74º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A98C3E is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 140 | 62 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.34 |
| HSL | 43.74º | 0.46% | 0.45% | - |
| HSV(B) | 43.74º | 0.63% | 0.66% | - |
| XYZ | 26.61 | 27.54 | 8.47 | - |
| YUV | 139.78 | 84.11 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 140 | 62 | 0 | 0.17 | 0.63 | 0.34 | 43.74 | 0.46 | 0.45 |
| Hex | A9 | 8C | 3E | 0 | 11 | 3F | 22 | 2C | 2E | 2D |
| Octal | 251 | 214 | 76 | 0 | 21 | 77 | 42 | 54 | 56 | 55 |
| Binary | 10101001 | 10001100 | 111110 | 0 | 10001 | 111111 | 100010 | 101100 | 101110 | 101101 |
Color Harmonies of #A98C3E
Complementary color
Monochromatic Colors of #A98C3E
Black with #A98C3E
Text Example
Text Example
White with #A98C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98C3E; }
p { color: rgb(169,140,62); }
H1.HeaderClassName
{
color: #A98C3E;
}
.AnyTagClassName
{
color: #A98C3E;
}
</style>
background-color css
<style>
a { background-color: #A98C3E; }
a { background-color: rgb(169,140,62); }
div.DivClassName
{
background-color: #A98C3E;
}
.BgClassName
{
background-color: #A98C3E;
}
</style>
border-color css
<style>
span { border-color: #A98C3E; }
span { border-color: rgb(169,140,62); }
td.TdClassName
{
border-color: #A98C3E;
}
.TagClassName
{
border-color: #A98C3E;
}
</style>