Shades of Luxor Gold #A88842
Tints of Luxor Gold #A88842
RGB
CMYK
RGB Variations
Color information
#A88842 (or 0xA88842) is known color: Luxor Gold. HEX triplet: A8, 88 and 42. RGB value is (168,136,66). Sum of RGB (Red+Green+Blue) = 168+136+66=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A88842 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88842 is #5777BD. Grayscale: #898989. Windows color (decimal): -5732286 or 4360360. OLE color: 4360360.
HSL color Cylindrical-coordinate representation of color #A88842: hue angle of 41.18º 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 #A88842 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 136 | 66 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.34 |
| HSL | 41.18º | 0.44% | 0.46% | - |
| HSV(B) | 41.18º | 0.61% | 0.66% | - |
| XYZ | 25.94 | 26.33 | 8.87 | - |
| YUV | 137.59 | 87.6 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 66 | 0 | 0.19 | 0.61 | 0.34 | 41.18 | 0.44 | 0.46 |
| Hex | A8 | 88 | 42 | 0 | 13 | 3D | 22 | 29 | 2C | 2E |
| Octal | 250 | 210 | 102 | 0 | 23 | 75 | 42 | 51 | 54 | 56 |
| Binary | 10101000 | 10001000 | 1000010 | 0 | 10011 | 111101 | 100010 | 101001 | 101100 | 101110 |
Color Harmonies of #A88842
Complementary color
Monochromatic Colors of #A88842
Black with #A88842
Text Example
Text Example
White with #A88842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88842; }
p { color: rgb(168,136,66); }
H1.HeaderClassName
{
color: #A88842;
}
.AnyTagClassName
{
color: #A88842;
}
</style>
background-color css
<style>
a { background-color: #A88842; }
a { background-color: rgb(168,136,66); }
div.DivClassName
{
background-color: #A88842;
}
.BgClassName
{
background-color: #A88842;
}
</style>
border-color css
<style>
span { border-color: #A88842; }
span { border-color: rgb(168,136,66); }
td.TdClassName
{
border-color: #A88842;
}
.TagClassName
{
border-color: #A88842;
}
</style>