Shades of Luxor Gold #A28545
Tints of Luxor Gold #A28545
RGB
CMYK
RGB Variations
Color information
#A28545 (or 0xA28545) is known color: Luxor Gold. HEX triplet: A2, 85 and 45. RGB value is (162,133,69). Sum of RGB (Red+Green+Blue) = 162+133+69=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A28545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28545 is #5D7ABA. Grayscale: #868686. Windows color (decimal): -6126267 or 4556194. OLE color: 4556194.
HSL color Cylindrical-coordinate representation of color #A28545: hue angle of 41.29º 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 #A28545 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 133 | 69 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.36 |
| HSL | 41.29º | 0.4% | 0.45% | - |
| HSV(B) | 41.29º | 0.57% | 0.64% | - |
| XYZ | 24.36 | 24.89 | 9.15 | - |
| YUV | 134.38 | 91.11 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 69 | 0 | 0.18 | 0.57 | 0.36 | 41.29 | 0.4 | 0.45 |
| Hex | A2 | 85 | 45 | 0 | 12 | 39 | 24 | 29 | 28 | 2D |
| Octal | 242 | 205 | 105 | 0 | 22 | 71 | 44 | 51 | 50 | 55 |
| Binary | 10100010 | 10000101 | 1000101 | 0 | 10010 | 111001 | 100100 | 101001 | 101000 | 101101 |
Color Harmonies of #A28545
Complementary color
Monochromatic Colors of #A28545
Black with #A28545
Text Example
Text Example
White with #A28545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28545; }
p { color: rgb(162,133,69); }
H1.HeaderClassName
{
color: #A28545;
}
.AnyTagClassName
{
color: #A28545;
}
</style>
background-color css
<style>
a { background-color: #A28545; }
a { background-color: rgb(162,133,69); }
div.DivClassName
{
background-color: #A28545;
}
.BgClassName
{
background-color: #A28545;
}
</style>
border-color css
<style>
span { border-color: #A28545; }
span { border-color: rgb(162,133,69); }
td.TdClassName
{
border-color: #A28545;
}
.TagClassName
{
border-color: #A28545;
}
</style>