Shades of Luxor Gold #A18A4B
Tints of Luxor Gold #A18A4B
RGB
CMYK
RGB Variations
Color information
#A18A4B (or 0xA18A4B) is known color: Luxor Gold. HEX triplet: A1, 8A and 4B. RGB value is (161,138,75). Sum of RGB (Red+Green+Blue) = 161+138+75=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18A4B is #5E75B4. Grayscale: #898989. Windows color (decimal): -6190517 or 4950689. OLE color: 4950689.
HSL color Cylindrical-coordinate representation of color #A18A4B: hue angle of 43.95º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A18A4B is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 138 | 75 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.37 |
| HSL | 43.95º | 0.36% | 0.46% | - |
| HSV(B) | 43.95º | 0.53% | 0.63% | - |
| XYZ | 25.06 | 26.26 | 10.41 | - |
| YUV | 137.7 | 92.62 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 75 | 0 | 0.14 | 0.53 | 0.37 | 43.95 | 0.36 | 0.46 |
| Hex | A1 | 8A | 4B | 0 | E | 35 | 25 | 2C | 24 | 2E |
| Octal | 241 | 212 | 113 | 0 | 16 | 65 | 45 | 54 | 44 | 56 |
| Binary | 10100001 | 10001010 | 1001011 | 0 | 1110 | 110101 | 100101 | 101100 | 100100 | 101110 |
Color Harmonies of #A18A4B
Complementary color
Monochromatic Colors of #A18A4B
Black with #A18A4B
Text Example
Text Example
White with #A18A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18A4B; }
p { color: rgb(161,138,75); }
H1.HeaderClassName
{
color: #A18A4B;
}
.AnyTagClassName
{
color: #A18A4B;
}
</style>
background-color css
<style>
a { background-color: #A18A4B; }
a { background-color: rgb(161,138,75); }
div.DivClassName
{
background-color: #A18A4B;
}
.BgClassName
{
background-color: #A18A4B;
}
</style>
border-color css
<style>
span { border-color: #A18A4B; }
span { border-color: rgb(161,138,75); }
td.TdClassName
{
border-color: #A18A4B;
}
.TagClassName
{
border-color: #A18A4B;
}
</style>