Shades of Luxor Gold #A88F44
Tints of Luxor Gold #A88F44
RGB
CMYK
RGB Variations
Color information
#A88F44 (or 0xA88F44) is known color: Luxor Gold. HEX triplet: A8, 8F and 44. RGB value is (168,143,68). Sum of RGB (Red+Green+Blue) = 168+143+68=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A88F44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88F44 is #5770BB. Grayscale: #8E8E8E. Windows color (decimal): -5730492 or 4493224. OLE color: 4493224.
HSL color Cylindrical-coordinate representation of color #A88F44: hue angle of 45º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A88F44 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 143 | 68 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.34 |
| HSL | 45º | 0.42% | 0.46% | - |
| HSV(B) | 45º | 0.6% | 0.66% | - |
| XYZ | 27.01 | 28.39 | 9.52 | - |
| YUV | 141.93 | 86.28 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 143 | 68 | 0 | 0.15 | 0.60 | 0.34 | 45 | 0.42 | 0.46 |
| Hex | A8 | 8F | 44 | 0 | F | 3C | 22 | 2D | 2A | 2E |
| Octal | 250 | 217 | 104 | 0 | 17 | 74 | 42 | 55 | 52 | 56 |
| Binary | 10101000 | 10001111 | 1000100 | 0 | 1111 | 111100 | 100010 | 101101 | 101010 | 101110 |
Color Harmonies of #A88F44
Complementary color
Monochromatic Colors of #A88F44
Black with #A88F44
Text Example
Text Example
White with #A88F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88F44; }
p { color: rgb(168,143,68); }
H1.HeaderClassName
{
color: #A88F44;
}
.AnyTagClassName
{
color: #A88F44;
}
</style>
background-color css
<style>
a { background-color: #A88F44; }
a { background-color: rgb(168,143,68); }
div.DivClassName
{
background-color: #A88F44;
}
.BgClassName
{
background-color: #A88F44;
}
</style>
border-color css
<style>
span { border-color: #A88F44; }
span { border-color: rgb(168,143,68); }
td.TdClassName
{
border-color: #A88F44;
}
.TagClassName
{
border-color: #A88F44;
}
</style>