Shades of Luxor Gold #A0914B
Tints of Luxor Gold #A0914B
RGB
CMYK
RGB Variations
Color information
#A0914B (or 0xA0914B) is known color: Luxor Gold. HEX triplet: A0, 91 and 4B. RGB value is (160,145,75). Sum of RGB (Red+Green+Blue) = 160+145+75=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A0914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0914B is #5F6EB4. Grayscale: #8D8D8D. Windows color (decimal): -6254261 or 4952480. OLE color: 4952480.
HSL color Cylindrical-coordinate representation of color #A0914B: hue angle of 49.41º 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 #A0914B is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 145 | 75 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.37 |
| HSL | 49.41º | 0.36% | 0.46% | - |
| HSV(B) | 49.41º | 0.53% | 0.63% | - |
| XYZ | 25.89 | 28.23 | 10.74 | - |
| YUV | 141.51 | 90.47 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 75 | 0 | 0.09 | 0.53 | 0.37 | 49.41 | 0.36 | 0.46 |
| Hex | A0 | 91 | 4B | 0 | 9 | 35 | 25 | 31 | 24 | 2E |
| Octal | 240 | 221 | 113 | 0 | 11 | 65 | 45 | 61 | 44 | 56 |
| Binary | 10100000 | 10010001 | 1001011 | 0 | 1001 | 110101 | 100101 | 110001 | 100100 | 101110 |
Color Harmonies of #A0914B
Complementary color
Monochromatic Colors of #A0914B
Black with #A0914B
Text Example
Text Example
White with #A0914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0914B; }
p { color: rgb(160,145,75); }
H1.HeaderClassName
{
color: #A0914B;
}
.AnyTagClassName
{
color: #A0914B;
}
</style>
background-color css
<style>
a { background-color: #A0914B; }
a { background-color: rgb(160,145,75); }
div.DivClassName
{
background-color: #A0914B;
}
.BgClassName
{
background-color: #A0914B;
}
</style>
border-color css
<style>
span { border-color: #A0914B; }
span { border-color: rgb(160,145,75); }
td.TdClassName
{
border-color: #A0914B;
}
.TagClassName
{
border-color: #A0914B;
}
</style>