Shades of Luxor Gold #AC8D3F
Tints of Luxor Gold #AC8D3F
RGB
CMYK
RGB Variations
Color information
#AC8D3F (or 0xAC8D3F) is known color: Luxor Gold. HEX triplet: AC, 8D and 3F. RGB value is (172,141,63). Sum of RGB (Red+Green+Blue) = 172+141+63=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8D3F is #5372C0. Grayscale: #8D8D8D. Windows color (decimal): -5468865 or 4165036. OLE color: 4165036.
HSL color Cylindrical-coordinate representation of color #AC8D3F: hue angle of 42.94º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC8D3F is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 63 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.33 |
| HSL | 42.94º | 0.46% | 0.46% | - |
| HSV(B) | 42.94º | 0.63% | 0.67% | - |
| XYZ | 27.44 | 28.18 | 8.7 | - |
| YUV | 141.38 | 83.77 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 63 | 0 | 0.18 | 0.63 | 0.33 | 42.94 | 0.46 | 0.46 |
| Hex | AC | 8D | 3F | 0 | 12 | 3F | 21 | 2B | 2E | 2E |
| Octal | 254 | 215 | 77 | 0 | 22 | 77 | 41 | 53 | 56 | 56 |
| Binary | 10101100 | 10001101 | 111111 | 0 | 10010 | 111111 | 100001 | 101011 | 101110 | 101110 |
Color Harmonies of #AC8D3F
Complementary color
Monochromatic Colors of #AC8D3F
Black with #AC8D3F
Text Example
Text Example
White with #AC8D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D3F; }
p { color: rgb(172,141,63); }
H1.HeaderClassName
{
color: #AC8D3F;
}
.AnyTagClassName
{
color: #AC8D3F;
}
</style>
background-color css
<style>
a { background-color: #AC8D3F; }
a { background-color: rgb(172,141,63); }
div.DivClassName
{
background-color: #AC8D3F;
}
.BgClassName
{
background-color: #AC8D3F;
}
</style>
border-color css
<style>
span { border-color: #AC8D3F; }
span { border-color: rgb(172,141,63); }
td.TdClassName
{
border-color: #AC8D3F;
}
.TagClassName
{
border-color: #AC8D3F;
}
</style>