Shades of Luxor Gold #A28E3F
Tints of Luxor Gold #A28E3F
RGB
CMYK
RGB Variations
Color information
#A28E3F (or 0xA28E3F) is known color: Luxor Gold. HEX triplet: A2, 8E and 3F. RGB value is (162,142,63). Sum of RGB (Red+Green+Blue) = 162+142+63=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28E3F is #5D71C0. Grayscale: #8B8B8B. Windows color (decimal): -6123969 or 4165282. OLE color: 4165282.
HSL color Cylindrical-coordinate representation of color #A28E3F: hue angle of 47.88º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A28E3F is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 142 | 63 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.36 |
| HSL | 47.88º | 0.44% | 0.44% | - |
| HSV(B) | 47.88º | 0.61% | 0.64% | - |
| XYZ | 25.47 | 27.39 | 8.65 | - |
| YUV | 138.97 | 85.13 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 63 | 0 | 0.12 | 0.61 | 0.36 | 47.88 | 0.44 | 0.44 |
| Hex | A2 | 8E | 3F | 0 | C | 3D | 24 | 30 | 2C | 2C |
| Octal | 242 | 216 | 77 | 0 | 14 | 75 | 44 | 60 | 54 | 54 |
| Binary | 10100010 | 10001110 | 111111 | 0 | 1100 | 111101 | 100100 | 110000 | 101100 | 101100 |
Color Harmonies of #A28E3F
Complementary color
Monochromatic Colors of #A28E3F
Black with #A28E3F
Text Example
Text Example
White with #A28E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28E3F; }
p { color: rgb(162,142,63); }
H1.HeaderClassName
{
color: #A28E3F;
}
.AnyTagClassName
{
color: #A28E3F;
}
</style>
background-color css
<style>
a { background-color: #A28E3F; }
a { background-color: rgb(162,142,63); }
div.DivClassName
{
background-color: #A28E3F;
}
.BgClassName
{
background-color: #A28E3F;
}
</style>
border-color css
<style>
span { border-color: #A28E3F; }
span { border-color: rgb(162,142,63); }
td.TdClassName
{
border-color: #A28E3F;
}
.TagClassName
{
border-color: #A28E3F;
}
</style>