Shades of Luxor Gold #A28B40
Tints of Luxor Gold #A28B40
RGB
CMYK
RGB Variations
Color information
#A28B40 (or 0xA28B40) is known color: Luxor Gold. HEX triplet: A2, 8B and 40. RGB value is (162,139,64). Sum of RGB (Red+Green+Blue) = 162+139+64=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28B40 is #5D74BF. Grayscale: #898989. Windows color (decimal): -6124736 or 4230050. OLE color: 4230050.
HSL color Cylindrical-coordinate representation of color #A28B40: hue angle of 45.92º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A28B40 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 139 | 64 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.36 |
| HSL | 45.92º | 0.43% | 0.44% | - |
| HSV(B) | 45.92º | 0.6% | 0.64% | - |
| XYZ | 25.06 | 26.52 | 8.65 | - |
| YUV | 137.33 | 86.62 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 64 | 0 | 0.14 | 0.60 | 0.36 | 45.92 | 0.43 | 0.44 |
| Hex | A2 | 8B | 40 | 0 | E | 3C | 24 | 2E | 2B | 2C |
| Octal | 242 | 213 | 100 | 0 | 16 | 74 | 44 | 56 | 53 | 54 |
| Binary | 10100010 | 10001011 | 1000000 | 0 | 1110 | 111100 | 100100 | 101110 | 101011 | 101100 |
Color Harmonies of #A28B40
Complementary color
Monochromatic Colors of #A28B40
Black with #A28B40
Text Example
Text Example
White with #A28B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28B40; }
p { color: rgb(162,139,64); }
H1.HeaderClassName
{
color: #A28B40;
}
.AnyTagClassName
{
color: #A28B40;
}
</style>
background-color css
<style>
a { background-color: #A28B40; }
a { background-color: rgb(162,139,64); }
div.DivClassName
{
background-color: #A28B40;
}
.BgClassName
{
background-color: #A28B40;
}
</style>
border-color css
<style>
span { border-color: #A28B40; }
span { border-color: rgb(162,139,64); }
td.TdClassName
{
border-color: #A28B40;
}
.TagClassName
{
border-color: #A28B40;
}
</style>