Shades of Luxor Gold #A28D4A
Tints of Luxor Gold #A28D4A
RGB
CMYK
RGB Variations
Color information
#A28D4A (or 0xA28D4A) is known color: Luxor Gold. HEX triplet: A2, 8D and 4A. RGB value is (162,141,74). Sum of RGB (Red+Green+Blue) = 162+141+74=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28D4A is #5D72B5. Grayscale: #8B8B8B. Windows color (decimal): -6124214 or 4885922. OLE color: 4885922.
HSL color Cylindrical-coordinate representation of color #A28D4A: hue angle of 45.68º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A28D4A is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 141 | 74 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.36 |
| HSL | 45.68º | 0.37% | 0.46% | - |
| HSV(B) | 45.68º | 0.54% | 0.64% | - |
| XYZ | 25.66 | 27.23 | 10.38 | - |
| YUV | 139.64 | 90.96 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 74 | 0 | 0.13 | 0.54 | 0.36 | 45.68 | 0.37 | 0.46 |
| Hex | A2 | 8D | 4A | 0 | D | 36 | 24 | 2E | 25 | 2E |
| Octal | 242 | 215 | 112 | 0 | 15 | 66 | 44 | 56 | 45 | 56 |
| Binary | 10100010 | 10001101 | 1001010 | 0 | 1101 | 110110 | 100100 | 101110 | 100101 | 101110 |
Color Harmonies of #A28D4A
Complementary color
Monochromatic Colors of #A28D4A
Black with #A28D4A
Text Example
Text Example
White with #A28D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28D4A; }
p { color: rgb(162,141,74); }
H1.HeaderClassName
{
color: #A28D4A;
}
.AnyTagClassName
{
color: #A28D4A;
}
</style>
background-color css
<style>
a { background-color: #A28D4A; }
a { background-color: rgb(162,141,74); }
div.DivClassName
{
background-color: #A28D4A;
}
.BgClassName
{
background-color: #A28D4A;
}
</style>
border-color css
<style>
span { border-color: #A28D4A; }
span { border-color: rgb(162,141,74); }
td.TdClassName
{
border-color: #A28D4A;
}
.TagClassName
{
border-color: #A28D4A;
}
</style>