Shades of Luxor Gold #A88741
Tints of Luxor Gold #A88741
RGB
CMYK
RGB Variations
Color information
#A88741 (or 0xA88741) is known color: Luxor Gold. HEX triplet: A8, 87 and 41. RGB value is (168,135,65). Sum of RGB (Red+Green+Blue) = 168+135+65=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A88741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88741 is #5778BE. Grayscale: #898989. Windows color (decimal): -5732543 or 4294568. OLE color: 4294568.
HSL color Cylindrical-coordinate representation of color #A88741: hue angle of 40.78º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A88741 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 135 | 65 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.34 |
| HSL | 40.78º | 0.44% | 0.46% | - |
| HSV(B) | 40.78º | 0.61% | 0.66% | - |
| XYZ | 25.77 | 26.03 | 8.67 | - |
| YUV | 136.89 | 87.43 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 135 | 65 | 0 | 0.20 | 0.61 | 0.34 | 40.78 | 0.44 | 0.46 |
| Hex | A8 | 87 | 41 | 0 | 14 | 3D | 22 | 29 | 2C | 2E |
| Octal | 250 | 207 | 101 | 0 | 24 | 75 | 42 | 51 | 54 | 56 |
| Binary | 10101000 | 10000111 | 1000001 | 0 | 10100 | 111101 | 100010 | 101001 | 101100 | 101110 |
Color Harmonies of #A88741
Complementary color
Monochromatic Colors of #A88741
Black with #A88741
Text Example
Text Example
White with #A88741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88741; }
p { color: rgb(168,135,65); }
H1.HeaderClassName
{
color: #A88741;
}
.AnyTagClassName
{
color: #A88741;
}
</style>
background-color css
<style>
a { background-color: #A88741; }
a { background-color: rgb(168,135,65); }
div.DivClassName
{
background-color: #A88741;
}
.BgClassName
{
background-color: #A88741;
}
</style>
border-color css
<style>
span { border-color: #A88741; }
span { border-color: rgb(168,135,65); }
td.TdClassName
{
border-color: #A88741;
}
.TagClassName
{
border-color: #A88741;
}
</style>