Shades of Luxor Gold #A28F49
Tints of Luxor Gold #A28F49
RGB
CMYK
RGB Variations
Color information
#A28F49 (or 0xA28F49) is known color: Luxor Gold. HEX triplet: A2, 8F and 49. RGB value is (162,143,73). Sum of RGB (Red+Green+Blue) = 162+143+73=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28F49 is #5D70B6. Grayscale: #8D8D8D. Windows color (decimal): -6123703 or 4820898. OLE color: 4820898.
HSL color Cylindrical-coordinate representation of color #A28F49: hue angle of 47.19º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A28F49 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 143 | 73 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.36 |
| HSL | 47.19º | 0.38% | 0.46% | - |
| HSV(B) | 47.19º | 0.55% | 0.64% | - |
| XYZ | 25.93 | 27.81 | 10.3 | - |
| YUV | 140.7 | 89.79 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 143 | 73 | 0 | 0.12 | 0.55 | 0.36 | 47.19 | 0.38 | 0.46 |
| Hex | A2 | 8F | 49 | 0 | C | 37 | 24 | 2F | 26 | 2E |
| Octal | 242 | 217 | 111 | 0 | 14 | 67 | 44 | 57 | 46 | 56 |
| Binary | 10100010 | 10001111 | 1001001 | 0 | 1100 | 110111 | 100100 | 101111 | 100110 | 101110 |
Color Harmonies of #A28F49
Complementary color
Monochromatic Colors of #A28F49
Black with #A28F49
Text Example
Text Example
White with #A28F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28F49; }
p { color: rgb(162,143,73); }
H1.HeaderClassName
{
color: #A28F49;
}
.AnyTagClassName
{
color: #A28F49;
}
</style>
background-color css
<style>
a { background-color: #A28F49; }
a { background-color: rgb(162,143,73); }
div.DivClassName
{
background-color: #A28F49;
}
.BgClassName
{
background-color: #A28F49;
}
</style>
border-color css
<style>
span { border-color: #A28F49; }
span { border-color: rgb(162,143,73); }
td.TdClassName
{
border-color: #A28F49;
}
.TagClassName
{
border-color: #A28F49;
}
</style>