Shades of Luxor Gold #A28B48
Tints of Luxor Gold #A28B48
RGB
CMYK
RGB Variations
Color information
#A28B48 (or 0xA28B48) is known color: Luxor Gold. HEX triplet: A2, 8B and 48. RGB value is (162,139,72). Sum of RGB (Red+Green+Blue) = 162+139+72=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28B48 is #5D74B7. Grayscale: #8A8A8A. Windows color (decimal): -6124728 or 4754338. OLE color: 4754338.
HSL color Cylindrical-coordinate representation of color #A28B48: hue angle of 44.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A28B48 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 139 | 72 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.36 |
| HSL | 44.67º | 0.38% | 0.46% | - |
| HSV(B) | 44.67º | 0.56% | 0.64% | - |
| XYZ | 25.3 | 26.61 | 9.93 | - |
| YUV | 138.24 | 90.62 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 72 | 0 | 0.14 | 0.56 | 0.36 | 44.67 | 0.38 | 0.46 |
| Hex | A2 | 8B | 48 | 0 | E | 38 | 24 | 2D | 26 | 2E |
| Octal | 242 | 213 | 110 | 0 | 16 | 70 | 44 | 55 | 46 | 56 |
| Binary | 10100010 | 10001011 | 1001000 | 0 | 1110 | 111000 | 100100 | 101101 | 100110 | 101110 |
Color Harmonies of #A28B48
Complementary color
Monochromatic Colors of #A28B48
Black with #A28B48
Text Example
Text Example
White with #A28B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28B48; }
p { color: rgb(162,139,72); }
H1.HeaderClassName
{
color: #A28B48;
}
.AnyTagClassName
{
color: #A28B48;
}
</style>
background-color css
<style>
a { background-color: #A28B48; }
a { background-color: rgb(162,139,72); }
div.DivClassName
{
background-color: #A28B48;
}
.BgClassName
{
background-color: #A28B48;
}
</style>
border-color css
<style>
span { border-color: #A28B48; }
span { border-color: rgb(162,139,72); }
td.TdClassName
{
border-color: #A28B48;
}
.TagClassName
{
border-color: #A28B48;
}
</style>