Shades of Luxor Gold #A98B3B
Tints of Luxor Gold #A98B3B
RGB
CMYK
RGB Variations
Color information
#A98B3B (or 0xA98B3B) is known color: Luxor Gold. HEX triplet: A9, 8B and 3B. RGB value is (169,139,59). Sum of RGB (Red+Green+Blue) = 169+139+59=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98B3B is #5674C4. Grayscale: #8B8B8B. Windows color (decimal): -5665989 or 3902377. OLE color: 3902377.
HSL color Cylindrical-coordinate representation of color #A98B3B: hue angle of 43.64º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A98B3B is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 139 | 59 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.34 |
| HSL | 43.64º | 0.48% | 0.45% | - |
| HSV(B) | 43.64º | 0.65% | 0.66% | - |
| XYZ | 26.38 | 27.22 | 8 | - |
| YUV | 138.85 | 82.94 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 59 | 0 | 0.18 | 0.65 | 0.34 | 43.64 | 0.48 | 0.45 |
| Hex | A9 | 8B | 3B | 0 | 12 | 41 | 22 | 2C | 30 | 2D |
| Octal | 251 | 213 | 73 | 0 | 22 | 101 | 42 | 54 | 60 | 55 |
| Binary | 10101001 | 10001011 | 111011 | 0 | 10010 | 1000001 | 100010 | 101100 | 110000 | 101101 |
Color Harmonies of #A98B3B
Complementary color
Monochromatic Colors of #A98B3B
Black with #A98B3B
Text Example
Text Example
White with #A98B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98B3B; }
p { color: rgb(169,139,59); }
H1.HeaderClassName
{
color: #A98B3B;
}
.AnyTagClassName
{
color: #A98B3B;
}
</style>
background-color css
<style>
a { background-color: #A98B3B; }
a { background-color: rgb(169,139,59); }
div.DivClassName
{
background-color: #A98B3B;
}
.BgClassName
{
background-color: #A98B3B;
}
</style>
border-color css
<style>
span { border-color: #A98B3B; }
span { border-color: rgb(169,139,59); }
td.TdClassName
{
border-color: #A98B3B;
}
.TagClassName
{
border-color: #A98B3B;
}
</style>