Shades of Luxor Gold #A28845
Tints of Luxor Gold #A28845
RGB
CMYK
RGB Variations
Color information
#A28845 (or 0xA28845) is known color: Luxor Gold. HEX triplet: A2, 88 and 45. RGB value is (162,136,69). Sum of RGB (Red+Green+Blue) = 162+136+69=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A28845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28845 is #5D77BA. Grayscale: #888888. Windows color (decimal): -6125499 or 4556962. OLE color: 4556962.
HSL color Cylindrical-coordinate representation of color #A28845: hue angle of 43.23º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A28845 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 136 | 69 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.36 |
| HSL | 43.23º | 0.4% | 0.45% | - |
| HSV(B) | 43.23º | 0.57% | 0.64% | - |
| XYZ | 24.78 | 25.72 | 9.29 | - |
| YUV | 136.14 | 90.11 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 69 | 0 | 0.16 | 0.57 | 0.36 | 43.23 | 0.4 | 0.45 |
| Hex | A2 | 88 | 45 | 0 | 10 | 39 | 24 | 2B | 28 | 2D |
| Octal | 242 | 210 | 105 | 0 | 20 | 71 | 44 | 53 | 50 | 55 |
| Binary | 10100010 | 10001000 | 1000101 | 0 | 10000 | 111001 | 100100 | 101011 | 101000 | 101101 |
Color Harmonies of #A28845
Complementary color
Monochromatic Colors of #A28845
Black with #A28845
Text Example
Text Example
White with #A28845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28845; }
p { color: rgb(162,136,69); }
H1.HeaderClassName
{
color: #A28845;
}
.AnyTagClassName
{
color: #A28845;
}
</style>
background-color css
<style>
a { background-color: #A28845; }
a { background-color: rgb(162,136,69); }
div.DivClassName
{
background-color: #A28845;
}
.BgClassName
{
background-color: #A28845;
}
</style>
border-color css
<style>
span { border-color: #A28845; }
span { border-color: rgb(162,136,69); }
td.TdClassName
{
border-color: #A28845;
}
.TagClassName
{
border-color: #A28845;
}
</style>