Shades of Luxor Gold #A48844
Tints of Luxor Gold #A48844
RGB
CMYK
RGB Variations
Color information
#A48844 (or 0xA48844) is known color: Luxor Gold. HEX triplet: A4, 88 and 44. RGB value is (164,136,68). Sum of RGB (Red+Green+Blue) = 164+136+68=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A48844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48844 is #5B77BB. Grayscale: #888888. Windows color (decimal): -5994428 or 4491428. OLE color: 4491428.
HSL color Cylindrical-coordinate representation of color #A48844: hue angle of 42.5º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A48844 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 136 | 68 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.36 |
| HSL | 42.5º | 0.41% | 0.45% | - |
| HSV(B) | 42.5º | 0.59% | 0.64% | - |
| XYZ | 25.16 | 25.92 | 9.15 | - |
| YUV | 136.62 | 89.28 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 68 | 0 | 0.17 | 0.59 | 0.36 | 42.5 | 0.41 | 0.45 |
| Hex | A4 | 88 | 44 | 0 | 11 | 3B | 24 | 2A | 29 | 2D |
| Octal | 244 | 210 | 104 | 0 | 21 | 73 | 44 | 52 | 51 | 55 |
| Binary | 10100100 | 10001000 | 1000100 | 0 | 10001 | 111011 | 100100 | 101010 | 101001 | 101101 |
Color Harmonies of #A48844
Complementary color
Monochromatic Colors of #A48844
Black with #A48844
Text Example
Text Example
White with #A48844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48844; }
p { color: rgb(164,136,68); }
H1.HeaderClassName
{
color: #A48844;
}
.AnyTagClassName
{
color: #A48844;
}
</style>
background-color css
<style>
a { background-color: #A48844; }
a { background-color: rgb(164,136,68); }
div.DivClassName
{
background-color: #A48844;
}
.BgClassName
{
background-color: #A48844;
}
</style>
border-color css
<style>
span { border-color: #A48844; }
span { border-color: rgb(164,136,68); }
td.TdClassName
{
border-color: #A48844;
}
.TagClassName
{
border-color: #A48844;
}
</style>