Shades of Luxor Gold #A48A41
Tints of Luxor Gold #A48A41
RGB
CMYK
RGB Variations
Color information
#A48A41 (or 0xA48A41) is known color: Luxor Gold. HEX triplet: A4, 8A and 41. RGB value is (164,138,65). Sum of RGB (Red+Green+Blue) = 164+138+65=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48A41 is #5B75BE. Grayscale: #898989. Windows color (decimal): -5993919 or 4295332. OLE color: 4295332.
HSL color Cylindrical-coordinate representation of color #A48A41: hue angle of 44.24º 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 #A48A41 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 138 | 65 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.36 |
| HSL | 44.24º | 0.43% | 0.45% | - |
| HSV(B) | 44.24º | 0.6% | 0.64% | - |
| XYZ | 25.35 | 26.45 | 8.77 | - |
| YUV | 137.45 | 87.11 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 65 | 0 | 0.16 | 0.60 | 0.36 | 44.24 | 0.43 | 0.45 |
| Hex | A4 | 8A | 41 | 0 | 10 | 3C | 24 | 2C | 2B | 2D |
| Octal | 244 | 212 | 101 | 0 | 20 | 74 | 44 | 54 | 53 | 55 |
| Binary | 10100100 | 10001010 | 1000001 | 0 | 10000 | 111100 | 100100 | 101100 | 101011 | 101101 |
Color Harmonies of #A48A41
Complementary color
Monochromatic Colors of #A48A41
Black with #A48A41
Text Example
Text Example
White with #A48A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48A41; }
p { color: rgb(164,138,65); }
H1.HeaderClassName
{
color: #A48A41;
}
.AnyTagClassName
{
color: #A48A41;
}
</style>
background-color css
<style>
a { background-color: #A48A41; }
a { background-color: rgb(164,138,65); }
div.DivClassName
{
background-color: #A48A41;
}
.BgClassName
{
background-color: #A48A41;
}
</style>
border-color css
<style>
span { border-color: #A48A41; }
span { border-color: rgb(164,138,65); }
td.TdClassName
{
border-color: #A48A41;
}
.TagClassName
{
border-color: #A48A41;
}
</style>