Shades of Luxor Gold #A4883D
Tints of Luxor Gold #A4883D
RGB
CMYK
RGB Variations
Color information
#A4883D (or 0xA4883D) is known color: Luxor Gold. HEX triplet: A4, 88 and 3D. RGB value is (164,136,61). Sum of RGB (Red+Green+Blue) = 164+136+61=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A4883D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4883D is #5B77C2. Grayscale: #888888. Windows color (decimal): -5994435 or 4032676. OLE color: 4032676.
HSL color Cylindrical-coordinate representation of color #A4883D: hue angle of 43.69º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A4883D is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 136 | 61 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.36 |
| HSL | 43.69º | 0.46% | 0.44% | - |
| HSV(B) | 43.69º | 0.63% | 0.64% | - |
| XYZ | 24.96 | 25.84 | 8.09 | - |
| YUV | 135.82 | 85.78 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 61 | 0 | 0.17 | 0.63 | 0.36 | 43.69 | 0.46 | 0.44 |
| Hex | A4 | 88 | 3D | 0 | 11 | 3F | 24 | 2C | 2E | 2C |
| Octal | 244 | 210 | 75 | 0 | 21 | 77 | 44 | 54 | 56 | 54 |
| Binary | 10100100 | 10001000 | 111101 | 0 | 10001 | 111111 | 100100 | 101100 | 101110 | 101100 |
Color Harmonies of #A4883D
Complementary color
Monochromatic Colors of #A4883D
Black with #A4883D
Text Example
Text Example
White with #A4883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4883D; }
p { color: rgb(164,136,61); }
H1.HeaderClassName
{
color: #A4883D;
}
.AnyTagClassName
{
color: #A4883D;
}
</style>
background-color css
<style>
a { background-color: #A4883D; }
a { background-color: rgb(164,136,61); }
div.DivClassName
{
background-color: #A4883D;
}
.BgClassName
{
background-color: #A4883D;
}
</style>
border-color css
<style>
span { border-color: #A4883D; }
span { border-color: rgb(164,136,61); }
td.TdClassName
{
border-color: #A4883D;
}
.TagClassName
{
border-color: #A4883D;
}
</style>