Shades of Luxor Gold #AC8943
Tints of Luxor Gold #AC8943
RGB
CMYK
RGB Variations
Color information
#AC8943 (or 0xAC8943) is known color: Luxor Gold. HEX triplet: AC, 89 and 43. RGB value is (172,137,67). Sum of RGB (Red+Green+Blue) = 172+137+67=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8943 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8943 is #5376BC. Grayscale: #8B8B8B. Windows color (decimal): -5469885 or 4426156. OLE color: 4426156.
HSL color Cylindrical-coordinate representation of color #AC8943: hue angle of 40º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC8943 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 67 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.33 |
| HSL | 40º | 0.44% | 0.47% | - |
| HSV(B) | 40º | 0.61% | 0.67% | - |
| XYZ | 26.97 | 27.07 | 9.11 | - |
| YUV | 139.49 | 87.1 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 67 | 0 | 0.20 | 0.61 | 0.33 | 40 | 0.44 | 0.47 |
| Hex | AC | 89 | 43 | 0 | 14 | 3D | 21 | 28 | 2C | 2F |
| Octal | 254 | 211 | 103 | 0 | 24 | 75 | 41 | 50 | 54 | 57 |
| Binary | 10101100 | 10001001 | 1000011 | 0 | 10100 | 111101 | 100001 | 101000 | 101100 | 101111 |
Color Harmonies of #AC8943
Complementary color
Monochromatic Colors of #AC8943
Black with #AC8943
Text Example
Text Example
White with #AC8943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8943; }
p { color: rgb(172,137,67); }
H1.HeaderClassName
{
color: #AC8943;
}
.AnyTagClassName
{
color: #AC8943;
}
</style>
background-color css
<style>
a { background-color: #AC8943; }
a { background-color: rgb(172,137,67); }
div.DivClassName
{
background-color: #AC8943;
}
.BgClassName
{
background-color: #AC8943;
}
</style>
border-color css
<style>
span { border-color: #AC8943; }
span { border-color: rgb(172,137,67); }
td.TdClassName
{
border-color: #AC8943;
}
.TagClassName
{
border-color: #AC8943;
}
</style>