Shades of Luxor Gold #A18142
Tints of Luxor Gold #A18142
RGB
CMYK
RGB Variations
Color information
#A18142 (or 0xA18142) is known color: Luxor Gold. HEX triplet: A1, 81 and 42. RGB value is (161,129,66). Sum of RGB (Red+Green+Blue) = 161+129+66=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A18142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18142 is #5E7EBD. Grayscale: #838383. Windows color (decimal): -6192830 or 4358561. OLE color: 4358561.
HSL color Cylindrical-coordinate representation of color #A18142: hue angle of 39.79º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A18142 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 129 | 66 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.37 |
| HSL | 39.79º | 0.42% | 0.45% | - |
| HSV(B) | 39.79º | 0.59% | 0.63% | - |
| XYZ | 23.53 | 23.67 | 8.48 | - |
| YUV | 131.39 | 91.1 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 66 | 0 | 0.20 | 0.59 | 0.37 | 39.79 | 0.42 | 0.45 |
| Hex | A1 | 81 | 42 | 0 | 14 | 3B | 25 | 28 | 2A | 2D |
| Octal | 241 | 201 | 102 | 0 | 24 | 73 | 45 | 50 | 52 | 55 |
| Binary | 10100001 | 10000001 | 1000010 | 0 | 10100 | 111011 | 100101 | 101000 | 101010 | 101101 |
Color Harmonies of #A18142
Complementary color
Monochromatic Colors of #A18142
Black with #A18142
Text Example
Text Example
White with #A18142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18142; }
p { color: rgb(161,129,66); }
H1.HeaderClassName
{
color: #A18142;
}
.AnyTagClassName
{
color: #A18142;
}
</style>
background-color css
<style>
a { background-color: #A18142; }
a { background-color: rgb(161,129,66); }
div.DivClassName
{
background-color: #A18142;
}
.BgClassName
{
background-color: #A18142;
}
</style>
border-color css
<style>
span { border-color: #A18142; }
span { border-color: rgb(161,129,66); }
td.TdClassName
{
border-color: #A18142;
}
.TagClassName
{
border-color: #A18142;
}
</style>