Shades of Luxor Gold #A28440
Tints of Luxor Gold #A28440
RGB
CMYK
RGB Variations
Color information
#A28440 (or 0xA28440) is known color: Luxor Gold. HEX triplet: A2, 84 and 40. RGB value is (162,132,64). Sum of RGB (Red+Green+Blue) = 162+132+64=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A28440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28440 is #5D7BBF. Grayscale: #858585. Windows color (decimal): -6126528 or 4228258. OLE color: 4228258.
HSL color Cylindrical-coordinate representation of color #A28440: hue angle of 41.63º 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 #A28440 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 132 | 64 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.36 |
| HSL | 41.63º | 0.43% | 0.44% | - |
| HSV(B) | 41.63º | 0.6% | 0.64% | - |
| XYZ | 24.08 | 24.55 | 8.32 | - |
| YUV | 133.22 | 88.94 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 64 | 0 | 0.19 | 0.60 | 0.36 | 41.63 | 0.43 | 0.44 |
| Hex | A2 | 84 | 40 | 0 | 13 | 3C | 24 | 2A | 2B | 2C |
| Octal | 242 | 204 | 100 | 0 | 23 | 74 | 44 | 52 | 53 | 54 |
| Binary | 10100010 | 10000100 | 1000000 | 0 | 10011 | 111100 | 100100 | 101010 | 101011 | 101100 |
Color Harmonies of #A28440
Complementary color
Monochromatic Colors of #A28440
Black with #A28440
Text Example
Text Example
White with #A28440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28440; }
p { color: rgb(162,132,64); }
H1.HeaderClassName
{
color: #A28440;
}
.AnyTagClassName
{
color: #A28440;
}
</style>
background-color css
<style>
a { background-color: #A28440; }
a { background-color: rgb(162,132,64); }
div.DivClassName
{
background-color: #A28440;
}
.BgClassName
{
background-color: #A28440;
}
</style>
border-color css
<style>
span { border-color: #A28440; }
span { border-color: rgb(162,132,64); }
td.TdClassName
{
border-color: #A28440;
}
.TagClassName
{
border-color: #A28440;
}
</style>