Shades of Luxor Gold #A3883E
Tints of Luxor Gold #A3883E
RGB
CMYK
RGB Variations
Color information
#A3883E (or 0xA3883E) is known color: Luxor Gold. HEX triplet: A3, 88 and 3E. RGB value is (163,136,62). Sum of RGB (Red+Green+Blue) = 163+136+62=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A3883E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3883E is #5C77C1. Grayscale: #878787. Windows color (decimal): -6059970 or 4098211. OLE color: 4098211.
HSL color Cylindrical-coordinate representation of color #A3883E: hue angle of 43.96º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A3883E is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 136 | 62 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.36 |
| HSL | 43.96º | 0.45% | 0.44% | - |
| HSV(B) | 43.96º | 0.62% | 0.64% | - |
| XYZ | 24.78 | 25.74 | 8.22 | - |
| YUV | 135.64 | 86.45 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 136 | 62 | 0 | 0.17 | 0.62 | 0.36 | 43.96 | 0.45 | 0.44 |
| Hex | A3 | 88 | 3E | 0 | 11 | 3E | 24 | 2C | 2D | 2C |
| Octal | 243 | 210 | 76 | 0 | 21 | 76 | 44 | 54 | 55 | 54 |
| Binary | 10100011 | 10001000 | 111110 | 0 | 10001 | 111110 | 100100 | 101100 | 101101 | 101100 |
Color Harmonies of #A3883E
Complementary color
Monochromatic Colors of #A3883E
Black with #A3883E
Text Example
Text Example
White with #A3883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3883E; }
p { color: rgb(163,136,62); }
H1.HeaderClassName
{
color: #A3883E;
}
.AnyTagClassName
{
color: #A3883E;
}
</style>
background-color css
<style>
a { background-color: #A3883E; }
a { background-color: rgb(163,136,62); }
div.DivClassName
{
background-color: #A3883E;
}
.BgClassName
{
background-color: #A3883E;
}
</style>
border-color css
<style>
span { border-color: #A3883E; }
span { border-color: rgb(163,136,62); }
td.TdClassName
{
border-color: #A3883E;
}
.TagClassName
{
border-color: #A3883E;
}
</style>