Shades of Luxor Gold #A08A43
Tints of Luxor Gold #A08A43
RGB
CMYK
RGB Variations
Color information
#A08A43 (or 0xA08A43) is known color: Luxor Gold. HEX triplet: A0, 8A and 43. RGB value is (160,138,67). Sum of RGB (Red+Green+Blue) = 160+138+67=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08A43 is #5F75BC. Grayscale: #888888. Windows color (decimal): -6256061 or 4426400. OLE color: 4426400.
HSL color Cylindrical-coordinate representation of color #A08A43: hue angle of 45.81º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A08A43 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 138 | 67 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.37 |
| HSL | 45.81º | 0.41% | 0.45% | - |
| HSV(B) | 45.81º | 0.58% | 0.63% | - |
| XYZ | 24.6 | 26.06 | 9.04 | - |
| YUV | 136.48 | 88.79 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 67 | 0 | 0.14 | 0.58 | 0.37 | 45.81 | 0.41 | 0.45 |
| Hex | A0 | 8A | 43 | 0 | E | 3A | 25 | 2E | 29 | 2D |
| Octal | 240 | 212 | 103 | 0 | 16 | 72 | 45 | 56 | 51 | 55 |
| Binary | 10100000 | 10001010 | 1000011 | 0 | 1110 | 111010 | 100101 | 101110 | 101001 | 101101 |
Color Harmonies of #A08A43
Complementary color
Monochromatic Colors of #A08A43
Black with #A08A43
Text Example
Text Example
White with #A08A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08A43; }
p { color: rgb(160,138,67); }
H1.HeaderClassName
{
color: #A08A43;
}
.AnyTagClassName
{
color: #A08A43;
}
</style>
background-color css
<style>
a { background-color: #A08A43; }
a { background-color: rgb(160,138,67); }
div.DivClassName
{
background-color: #A08A43;
}
.BgClassName
{
background-color: #A08A43;
}
</style>
border-color css
<style>
span { border-color: #A08A43; }
span { border-color: rgb(160,138,67); }
td.TdClassName
{
border-color: #A08A43;
}
.TagClassName
{
border-color: #A08A43;
}
</style>