Shades of Luxor Gold #A28C46
Tints of Luxor Gold #A28C46
RGB
CMYK
RGB Variations
Color information
#A28C46 (or 0xA28C46) is known color: Luxor Gold. HEX triplet: A2, 8C and 46. RGB value is (162,140,70). Sum of RGB (Red+Green+Blue) = 162+140+70=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28C46 is #5D73B9. Grayscale: #8A8A8A. Windows color (decimal): -6124474 or 4623522. OLE color: 4623522.
HSL color Cylindrical-coordinate representation of color #A28C46: hue angle of 45.65º 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 #A28C46 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 140 | 70 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.36 |
| HSL | 45.65º | 0.4% | 0.45% | - |
| HSV(B) | 45.65º | 0.57% | 0.64% | - |
| XYZ | 25.38 | 26.88 | 9.64 | - |
| YUV | 138.6 | 89.29 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 70 | 0 | 0.14 | 0.57 | 0.36 | 45.65 | 0.4 | 0.45 |
| Hex | A2 | 8C | 46 | 0 | E | 39 | 24 | 2E | 28 | 2D |
| Octal | 242 | 214 | 106 | 0 | 16 | 71 | 44 | 56 | 50 | 55 |
| Binary | 10100010 | 10001100 | 1000110 | 0 | 1110 | 111001 | 100100 | 101110 | 101000 | 101101 |
Color Harmonies of #A28C46
Complementary color
Monochromatic Colors of #A28C46
Black with #A28C46
Text Example
Text Example
White with #A28C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28C46; }
p { color: rgb(162,140,70); }
H1.HeaderClassName
{
color: #A28C46;
}
.AnyTagClassName
{
color: #A28C46;
}
</style>
background-color css
<style>
a { background-color: #A28C46; }
a { background-color: rgb(162,140,70); }
div.DivClassName
{
background-color: #A28C46;
}
.BgClassName
{
background-color: #A28C46;
}
</style>
border-color css
<style>
span { border-color: #A28C46; }
span { border-color: rgb(162,140,70); }
td.TdClassName
{
border-color: #A28C46;
}
.TagClassName
{
border-color: #A28C46;
}
</style>