Shades of Luxor Gold #A4893D
Tints of Luxor Gold #A4893D
RGB
CMYK
RGB Variations
Color information
#A4893D (or 0xA4893D) is known color: Luxor Gold. HEX triplet: A4, 89 and 3D. RGB value is (164,137,61). Sum of RGB (Red+Green+Blue) = 164+137+61=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A4893D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4893D is #5B76C2. Grayscale: #888888. Windows color (decimal): -5994179 or 4032932. OLE color: 4032932.
HSL color Cylindrical-coordinate representation of color #A4893D: hue angle of 44.27º 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 #A4893D is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 137 | 61 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.36 |
| HSL | 44.27º | 0.46% | 0.44% | - |
| HSV(B) | 44.27º | 0.63% | 0.64% | - |
| XYZ | 25.1 | 26.12 | 8.13 | - |
| YUV | 136.41 | 85.45 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 137 | 61 | 0 | 0.16 | 0.63 | 0.36 | 44.27 | 0.46 | 0.44 |
| Hex | A4 | 89 | 3D | 0 | 10 | 3F | 24 | 2C | 2E | 2C |
| Octal | 244 | 211 | 75 | 0 | 20 | 77 | 44 | 54 | 56 | 54 |
| Binary | 10100100 | 10001001 | 111101 | 0 | 10000 | 111111 | 100100 | 101100 | 101110 | 101100 |
Color Harmonies of #A4893D
Complementary color
Monochromatic Colors of #A4893D
Black with #A4893D
Text Example
Text Example
White with #A4893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4893D; }
p { color: rgb(164,137,61); }
H1.HeaderClassName
{
color: #A4893D;
}
.AnyTagClassName
{
color: #A4893D;
}
</style>
background-color css
<style>
a { background-color: #A4893D; }
a { background-color: rgb(164,137,61); }
div.DivClassName
{
background-color: #A4893D;
}
.BgClassName
{
background-color: #A4893D;
}
</style>
border-color css
<style>
span { border-color: #A4893D; }
span { border-color: rgb(164,137,61); }
td.TdClassName
{
border-color: #A4893D;
}
.TagClassName
{
border-color: #A4893D;
}
</style>