Shades of Luxor Gold #A18C4B
Tints of Luxor Gold #A18C4B
RGB
CMYK
RGB Variations
Color information
#A18C4B (or 0xA18C4B) is known color: Luxor Gold. HEX triplet: A1, 8C and 4B. RGB value is (161,140,75). Sum of RGB (Red+Green+Blue) = 161+140+75=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18C4B is #5E73B4. Grayscale: #8B8B8B. Windows color (decimal): -6190005 or 4951201. OLE color: 4951201.
HSL color Cylindrical-coordinate representation of color #A18C4B: hue angle of 45.35º 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 #A18C4B is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 140 | 75 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.37 |
| HSL | 45.35º | 0.36% | 0.46% | - |
| HSV(B) | 45.35º | 0.53% | 0.63% | - |
| XYZ | 25.35 | 26.84 | 10.5 | - |
| YUV | 138.87 | 91.96 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 75 | 0 | 0.13 | 0.53 | 0.37 | 45.35 | 0.36 | 0.46 |
| Hex | A1 | 8C | 4B | 0 | D | 35 | 25 | 2D | 24 | 2E |
| Octal | 241 | 214 | 113 | 0 | 15 | 65 | 45 | 55 | 44 | 56 |
| Binary | 10100001 | 10001100 | 1001011 | 0 | 1101 | 110101 | 100101 | 101101 | 100100 | 101110 |
Color Harmonies of #A18C4B
Complementary color
Monochromatic Colors of #A18C4B
Black with #A18C4B
Text Example
Text Example
White with #A18C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18C4B; }
p { color: rgb(161,140,75); }
H1.HeaderClassName
{
color: #A18C4B;
}
.AnyTagClassName
{
color: #A18C4B;
}
</style>
background-color css
<style>
a { background-color: #A18C4B; }
a { background-color: rgb(161,140,75); }
div.DivClassName
{
background-color: #A18C4B;
}
.BgClassName
{
background-color: #A18C4B;
}
</style>
border-color css
<style>
span { border-color: #A18C4B; }
span { border-color: rgb(161,140,75); }
td.TdClassName
{
border-color: #A18C4B;
}
.TagClassName
{
border-color: #A18C4B;
}
</style>