Shades of Luxor Gold #A28D40
Tints of Luxor Gold #A28D40
RGB
CMYK
RGB Variations
Color information
#A28D40 (or 0xA28D40) is known color: Luxor Gold. HEX triplet: A2, 8D and 40. RGB value is (162,141,64). Sum of RGB (Red+Green+Blue) = 162+141+64=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28D40 is #5D72BF. Grayscale: #8A8A8A. Windows color (decimal): -6124224 or 4230562. OLE color: 4230562.
HSL color Cylindrical-coordinate representation of color #A28D40: hue angle of 47.14º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A28D40 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 141 | 64 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.36 |
| HSL | 47.14º | 0.43% | 0.44% | - |
| HSV(B) | 47.14º | 0.6% | 0.64% | - |
| XYZ | 25.35 | 27.1 | 8.75 | - |
| YUV | 138.5 | 85.96 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 64 | 0 | 0.13 | 0.60 | 0.36 | 47.14 | 0.43 | 0.44 |
| Hex | A2 | 8D | 40 | 0 | D | 3C | 24 | 2F | 2B | 2C |
| Octal | 242 | 215 | 100 | 0 | 15 | 74 | 44 | 57 | 53 | 54 |
| Binary | 10100010 | 10001101 | 1000000 | 0 | 1101 | 111100 | 100100 | 101111 | 101011 | 101100 |
Color Harmonies of #A28D40
Complementary color
Monochromatic Colors of #A28D40
Black with #A28D40
Text Example
Text Example
White with #A28D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28D40; }
p { color: rgb(162,141,64); }
H1.HeaderClassName
{
color: #A28D40;
}
.AnyTagClassName
{
color: #A28D40;
}
</style>
background-color css
<style>
a { background-color: #A28D40; }
a { background-color: rgb(162,141,64); }
div.DivClassName
{
background-color: #A28D40;
}
.BgClassName
{
background-color: #A28D40;
}
</style>
border-color css
<style>
span { border-color: #A28D40; }
span { border-color: rgb(162,141,64); }
td.TdClassName
{
border-color: #A28D40;
}
.TagClassName
{
border-color: #A28D40;
}
</style>