Shades of Luxor Gold #A28F4B
Tints of Luxor Gold #A28F4B
RGB
CMYK
RGB Variations
Color information
#A28F4B (or 0xA28F4B) is known color: Luxor Gold. HEX triplet: A2, 8F and 4B. RGB value is (162,143,75). Sum of RGB (Red+Green+Blue) = 162+143+75=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28F4B is #5D70B4. Grayscale: #8D8D8D. Windows color (decimal): -6123701 or 4951970. OLE color: 4951970.
HSL color Cylindrical-coordinate representation of color #A28F4B: hue angle of 46.9º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A28F4B is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 143 | 75 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.36 |
| HSL | 46.9º | 0.37% | 0.46% | - |
| HSV(B) | 46.9º | 0.54% | 0.64% | - |
| XYZ | 25.99 | 27.83 | 10.66 | - |
| YUV | 140.93 | 90.79 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 143 | 75 | 0 | 0.12 | 0.54 | 0.36 | 46.9 | 0.37 | 0.46 |
| Hex | A2 | 8F | 4B | 0 | C | 36 | 24 | 2F | 25 | 2E |
| Octal | 242 | 217 | 113 | 0 | 14 | 66 | 44 | 57 | 45 | 56 |
| Binary | 10100010 | 10001111 | 1001011 | 0 | 1100 | 110110 | 100100 | 101111 | 100101 | 101110 |
Color Harmonies of #A28F4B
Complementary color
Monochromatic Colors of #A28F4B
Black with #A28F4B
Text Example
Text Example
White with #A28F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28F4B; }
p { color: rgb(162,143,75); }
H1.HeaderClassName
{
color: #A28F4B;
}
.AnyTagClassName
{
color: #A28F4B;
}
</style>
background-color css
<style>
a { background-color: #A28F4B; }
a { background-color: rgb(162,143,75); }
div.DivClassName
{
background-color: #A28F4B;
}
.BgClassName
{
background-color: #A28F4B;
}
</style>
border-color css
<style>
span { border-color: #A28F4B; }
span { border-color: rgb(162,143,75); }
td.TdClassName
{
border-color: #A28F4B;
}
.TagClassName
{
border-color: #A28F4B;
}
</style>