Shades of Luxor Gold #A28B41
Tints of Luxor Gold #A28B41
RGB
CMYK
RGB Variations
Color information
#A28B41 (or 0xA28B41) is known color: Luxor Gold. HEX triplet: A2, 8B and 41. RGB value is (162,139,65). Sum of RGB (Red+Green+Blue) = 162+139+65=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28B41 is #5D74BE. Grayscale: #898989. Windows color (decimal): -6124735 or 4295586. OLE color: 4295586.
HSL color Cylindrical-coordinate representation of color #A28B41: hue angle of 45.77º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A28B41 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 139 | 65 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.36 |
| HSL | 45.77º | 0.43% | 0.45% | - |
| HSV(B) | 45.77º | 0.6% | 0.64% | - |
| XYZ | 25.09 | 26.53 | 8.8 | - |
| YUV | 137.44 | 87.12 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 65 | 0 | 0.14 | 0.60 | 0.36 | 45.77 | 0.43 | 0.45 |
| Hex | A2 | 8B | 41 | 0 | E | 3C | 24 | 2E | 2B | 2D |
| Octal | 242 | 213 | 101 | 0 | 16 | 74 | 44 | 56 | 53 | 55 |
| Binary | 10100010 | 10001011 | 1000001 | 0 | 1110 | 111100 | 100100 | 101110 | 101011 | 101101 |
Color Harmonies of #A28B41
Complementary color
Monochromatic Colors of #A28B41
Black with #A28B41
Text Example
Text Example
White with #A28B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28B41; }
p { color: rgb(162,139,65); }
H1.HeaderClassName
{
color: #A28B41;
}
.AnyTagClassName
{
color: #A28B41;
}
</style>
background-color css
<style>
a { background-color: #A28B41; }
a { background-color: rgb(162,139,65); }
div.DivClassName
{
background-color: #A28B41;
}
.BgClassName
{
background-color: #A28B41;
}
</style>
border-color css
<style>
span { border-color: #A28B41; }
span { border-color: rgb(162,139,65); }
td.TdClassName
{
border-color: #A28B41;
}
.TagClassName
{
border-color: #A28B41;
}
</style>