Shades of Luxor Gold #A38542
Tints of Luxor Gold #A38542
RGB
CMYK
RGB Variations
Color information
#A38542 (or 0xA38542) is known color: Luxor Gold. HEX triplet: A3, 85 and 42. RGB value is (163,133,66). Sum of RGB (Red+Green+Blue) = 163+133+66=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A38542 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38542 is #5C7ABD. Grayscale: #868686. Windows color (decimal): -6060734 or 4359587. OLE color: 4359587.
HSL color Cylindrical-coordinate representation of color #A38542: hue angle of 41.44º degrees, saturation: 0.42, 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 #A38542 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 133 | 66 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.36 |
| HSL | 41.44º | 0.42% | 0.45% | - |
| HSV(B) | 41.44º | 0.6% | 0.64% | - |
| XYZ | 24.48 | 24.95 | 8.68 | - |
| YUV | 134.33 | 89.44 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 66 | 0 | 0.18 | 0.60 | 0.36 | 41.44 | 0.42 | 0.45 |
| Hex | A3 | 85 | 42 | 0 | 12 | 3C | 24 | 29 | 2A | 2D |
| Octal | 243 | 205 | 102 | 0 | 22 | 74 | 44 | 51 | 52 | 55 |
| Binary | 10100011 | 10000101 | 1000010 | 0 | 10010 | 111100 | 100100 | 101001 | 101010 | 101101 |
Color Harmonies of #A38542
Complementary color
Monochromatic Colors of #A38542
Black with #A38542
Text Example
Text Example
White with #A38542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38542; }
p { color: rgb(163,133,66); }
H1.HeaderClassName
{
color: #A38542;
}
.AnyTagClassName
{
color: #A38542;
}
</style>
background-color css
<style>
a { background-color: #A38542; }
a { background-color: rgb(163,133,66); }
div.DivClassName
{
background-color: #A38542;
}
.BgClassName
{
background-color: #A38542;
}
</style>
border-color css
<style>
span { border-color: #A38542; }
span { border-color: rgb(163,133,66); }
td.TdClassName
{
border-color: #A38542;
}
.TagClassName
{
border-color: #A38542;
}
</style>