Shades of Luxor Gold #A08841
Tints of Luxor Gold #A08841
RGB
CMYK
RGB Variations
Color information
#A08841 (or 0xA08841) is known color: Luxor Gold. HEX triplet: A0, 88 and 41. RGB value is (160,136,65). Sum of RGB (Red+Green+Blue) = 160+136+65=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A08841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08841 is #5F77BE. Grayscale: #878787. Windows color (decimal): -6256575 or 4294816. OLE color: 4294816.
HSL color Cylindrical-coordinate representation of color #A08841: hue angle of 44.84º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A08841 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 136 | 65 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.37 |
| HSL | 44.84º | 0.42% | 0.44% | - |
| HSV(B) | 44.84º | 0.59% | 0.63% | - |
| XYZ | 24.26 | 25.46 | 8.64 | - |
| YUV | 135.08 | 88.45 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 65 | 0 | 0.15 | 0.59 | 0.37 | 44.84 | 0.42 | 0.44 |
| Hex | A0 | 88 | 41 | 0 | F | 3B | 25 | 2D | 2A | 2C |
| Octal | 240 | 210 | 101 | 0 | 17 | 73 | 45 | 55 | 52 | 54 |
| Binary | 10100000 | 10001000 | 1000001 | 0 | 1111 | 111011 | 100101 | 101101 | 101010 | 101100 |
Color Harmonies of #A08841
Complementary color
Monochromatic Colors of #A08841
Black with #A08841
Text Example
Text Example
White with #A08841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08841; }
p { color: rgb(160,136,65); }
H1.HeaderClassName
{
color: #A08841;
}
.AnyTagClassName
{
color: #A08841;
}
</style>
background-color css
<style>
a { background-color: #A08841; }
a { background-color: rgb(160,136,65); }
div.DivClassName
{
background-color: #A08841;
}
.BgClassName
{
background-color: #A08841;
}
</style>
border-color css
<style>
span { border-color: #A08841; }
span { border-color: rgb(160,136,65); }
td.TdClassName
{
border-color: #A08841;
}
.TagClassName
{
border-color: #A08841;
}
</style>