Shades of Luxor Gold #A1903F
Tints of Luxor Gold #A1903F
RGB
CMYK
RGB Variations
Color information
#A1903F (or 0xA1903F) is known color: Luxor Gold. HEX triplet: A1, 90 and 3F. RGB value is (161,144,63). Sum of RGB (Red+Green+Blue) = 161+144+63=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A1903F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1903F is #5E6FC0. Grayscale: #8C8C8C. Windows color (decimal): -6188993 or 4165793. OLE color: 4165793.
HSL color Cylindrical-coordinate representation of color #A1903F: hue angle of 49.59º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1903F is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 144 | 63 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.37 |
| HSL | 49.59º | 0.44% | 0.44% | - |
| HSV(B) | 49.59º | 0.61% | 0.63% | - |
| XYZ | 25.57 | 27.88 | 8.74 | - |
| YUV | 139.85 | 84.63 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 63 | 0 | 0.11 | 0.61 | 0.37 | 49.59 | 0.44 | 0.44 |
| Hex | A1 | 90 | 3F | 0 | B | 3D | 25 | 32 | 2C | 2C |
| Octal | 241 | 220 | 77 | 0 | 13 | 75 | 45 | 62 | 54 | 54 |
| Binary | 10100001 | 10010000 | 111111 | 0 | 1011 | 111101 | 100101 | 110010 | 101100 | 101100 |
Color Harmonies of #A1903F
Complementary color
Monochromatic Colors of #A1903F
Black with #A1903F
Text Example
Text Example
White with #A1903F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1903F; }
p { color: rgb(161,144,63); }
H1.HeaderClassName
{
color: #A1903F;
}
.AnyTagClassName
{
color: #A1903F;
}
</style>
background-color css
<style>
a { background-color: #A1903F; }
a { background-color: rgb(161,144,63); }
div.DivClassName
{
background-color: #A1903F;
}
.BgClassName
{
background-color: #A1903F;
}
</style>
border-color css
<style>
span { border-color: #A1903F; }
span { border-color: rgb(161,144,63); }
td.TdClassName
{
border-color: #A1903F;
}
.TagClassName
{
border-color: #A1903F;
}
</style>