Shades of Luxor Gold #A28C4C
Tints of Luxor Gold #A28C4C
RGB
CMYK
RGB Variations
Color information
#A28C4C (or 0xA28C4C) is known color: Luxor Gold. HEX triplet: A2, 8C and 4C. RGB value is (162,140,76). Sum of RGB (Red+Green+Blue) = 162+140+76=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28C4C is #5D73B3. Grayscale: #8B8B8B. Windows color (decimal): -6124468 or 5016738. OLE color: 5016738.
HSL color Cylindrical-coordinate representation of color #A28C4C: hue angle of 44.65º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A28C4C is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 140 | 76 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.36 |
| HSL | 44.65º | 0.36% | 0.47% | - |
| HSV(B) | 44.65º | 0.53% | 0.64% | - |
| XYZ | 25.58 | 26.96 | 10.69 | - |
| YUV | 139.28 | 92.29 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 76 | 0 | 0.14 | 0.53 | 0.36 | 44.65 | 0.36 | 0.47 |
| Hex | A2 | 8C | 4C | 0 | E | 35 | 24 | 2D | 24 | 2F |
| Octal | 242 | 214 | 114 | 0 | 16 | 65 | 44 | 55 | 44 | 57 |
| Binary | 10100010 | 10001100 | 1001100 | 0 | 1110 | 110101 | 100100 | 101101 | 100100 | 101111 |
Color Harmonies of #A28C4C
Complementary color
Monochromatic Colors of #A28C4C
Black with #A28C4C
Text Example
Text Example
White with #A28C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28C4C; }
p { color: rgb(162,140,76); }
H1.HeaderClassName
{
color: #A28C4C;
}
.AnyTagClassName
{
color: #A28C4C;
}
</style>
background-color css
<style>
a { background-color: #A28C4C; }
a { background-color: rgb(162,140,76); }
div.DivClassName
{
background-color: #A28C4C;
}
.BgClassName
{
background-color: #A28C4C;
}
</style>
border-color css
<style>
span { border-color: #A28C4C; }
span { border-color: rgb(162,140,76); }
td.TdClassName
{
border-color: #A28C4C;
}
.TagClassName
{
border-color: #A28C4C;
}
</style>