Shades of Luxor Gold #A98F3E
Tints of Luxor Gold #A98F3E
RGB
CMYK
RGB Variations
Color information
#A98F3E (or 0xA98F3E) is known color: Luxor Gold. HEX triplet: A9, 8F and 3E. RGB value is (169,143,62). Sum of RGB (Red+Green+Blue) = 169+143+62=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98F3E is #5670C1. Grayscale: #8D8D8D. Windows color (decimal): -5664962 or 4100009. OLE color: 4100009.
HSL color Cylindrical-coordinate representation of color #A98F3E: hue angle of 45.42º 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 #A98F3E is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 143 | 62 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.34 |
| HSL | 45.42º | 0.46% | 0.45% | - |
| HSV(B) | 45.42º | 0.63% | 0.66% | - |
| XYZ | 27.05 | 28.43 | 8.62 | - |
| YUV | 141.54 | 83.11 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 143 | 62 | 0 | 0.15 | 0.63 | 0.34 | 45.42 | 0.46 | 0.45 |
| Hex | A9 | 8F | 3E | 0 | F | 3F | 22 | 2D | 2E | 2D |
| Octal | 251 | 217 | 76 | 0 | 17 | 77 | 42 | 55 | 56 | 55 |
| Binary | 10101001 | 10001111 | 111110 | 0 | 1111 | 111111 | 100010 | 101101 | 101110 | 101101 |
Color Harmonies of #A98F3E
Complementary color
Monochromatic Colors of #A98F3E
Black with #A98F3E
Text Example
Text Example
White with #A98F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98F3E; }
p { color: rgb(169,143,62); }
H1.HeaderClassName
{
color: #A98F3E;
}
.AnyTagClassName
{
color: #A98F3E;
}
</style>
background-color css
<style>
a { background-color: #A98F3E; }
a { background-color: rgb(169,143,62); }
div.DivClassName
{
background-color: #A98F3E;
}
.BgClassName
{
background-color: #A98F3E;
}
</style>
border-color css
<style>
span { border-color: #A98F3E; }
span { border-color: rgb(169,143,62); }
td.TdClassName
{
border-color: #A98F3E;
}
.TagClassName
{
border-color: #A98F3E;
}
</style>