Shades of Luxor Gold #AC8C42
Tints of Luxor Gold #AC8C42
RGB
CMYK
RGB Variations
Color information
#AC8C42 (or 0xAC8C42) is known color: Luxor Gold. HEX triplet: AC, 8C and 42. RGB value is (172,140,66). Sum of RGB (Red+Green+Blue) = 172+140+66=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8C42 is #5373BD. Grayscale: #8D8D8D. Windows color (decimal): -5469118 or 4361388. OLE color: 4361388.
HSL color Cylindrical-coordinate representation of color #AC8C42: hue angle of 41.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC8C42 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 66 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.33 |
| HSL | 41.89º | 0.45% | 0.47% | - |
| HSV(B) | 41.89º | 0.62% | 0.67% | - |
| XYZ | 27.37 | 27.92 | 9.1 | - |
| YUV | 141.13 | 85.6 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 66 | 0 | 0.19 | 0.62 | 0.33 | 41.89 | 0.45 | 0.47 |
| Hex | AC | 8C | 42 | 0 | 13 | 3E | 21 | 2A | 2D | 2F |
| Octal | 254 | 214 | 102 | 0 | 23 | 76 | 41 | 52 | 55 | 57 |
| Binary | 10101100 | 10001100 | 1000010 | 0 | 10011 | 111110 | 100001 | 101010 | 101101 | 101111 |
Color Harmonies of #AC8C42
Complementary color
Monochromatic Colors of #AC8C42
Black with #AC8C42
Text Example
Text Example
White with #AC8C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C42; }
p { color: rgb(172,140,66); }
H1.HeaderClassName
{
color: #AC8C42;
}
.AnyTagClassName
{
color: #AC8C42;
}
</style>
background-color css
<style>
a { background-color: #AC8C42; }
a { background-color: rgb(172,140,66); }
div.DivClassName
{
background-color: #AC8C42;
}
.BgClassName
{
background-color: #AC8C42;
}
</style>
border-color css
<style>
span { border-color: #AC8C42; }
span { border-color: rgb(172,140,66); }
td.TdClassName
{
border-color: #AC8C42;
}
.TagClassName
{
border-color: #AC8C42;
}
</style>