Shades of Luxor Gold #A48841
Tints of Luxor Gold #A48841
RGB
CMYK
RGB Variations
Color information
#A48841 (or 0xA48841) is known color: Luxor Gold. HEX triplet: A4, 88 and 41. RGB value is (164,136,65). Sum of RGB (Red+Green+Blue) = 164+136+65=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A48841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48841 is #5B77BE. Grayscale: #888888. Windows color (decimal): -5994431 or 4294820. OLE color: 4294820.
HSL color Cylindrical-coordinate representation of color #A48841: hue angle of 43.03º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A48841 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 136 | 65 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.36 |
| HSL | 43.03º | 0.43% | 0.45% | - |
| HSV(B) | 43.03º | 0.6% | 0.64% | - |
| XYZ | 25.07 | 25.88 | 8.68 | - |
| YUV | 136.28 | 87.78 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 65 | 0 | 0.17 | 0.60 | 0.36 | 43.03 | 0.43 | 0.45 |
| Hex | A4 | 88 | 41 | 0 | 11 | 3C | 24 | 2B | 2B | 2D |
| Octal | 244 | 210 | 101 | 0 | 21 | 74 | 44 | 53 | 53 | 55 |
| Binary | 10100100 | 10001000 | 1000001 | 0 | 10001 | 111100 | 100100 | 101011 | 101011 | 101101 |
Color Harmonies of #A48841
Complementary color
Monochromatic Colors of #A48841
Black with #A48841
Text Example
Text Example
White with #A48841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48841; }
p { color: rgb(164,136,65); }
H1.HeaderClassName
{
color: #A48841;
}
.AnyTagClassName
{
color: #A48841;
}
</style>
background-color css
<style>
a { background-color: #A48841; }
a { background-color: rgb(164,136,65); }
div.DivClassName
{
background-color: #A48841;
}
.BgClassName
{
background-color: #A48841;
}
</style>
border-color css
<style>
span { border-color: #A48841; }
span { border-color: rgb(164,136,65); }
td.TdClassName
{
border-color: #A48841;
}
.TagClassName
{
border-color: #A48841;
}
</style>