Shades of Luxor Gold #AC8D3B
Tints of Luxor Gold #AC8D3B
RGB
CMYK
RGB Variations
Color information
#AC8D3B (or 0xAC8D3B) is known color: Luxor Gold. HEX triplet: AC, 8D and 3B. RGB value is (172,141,59). Sum of RGB (Red+Green+Blue) = 172+141+59=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 59 (23.44% from 255 or 15.86% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8D3B is #5372C4. Grayscale: #8D8D8D. Windows color (decimal): -5468869 or 3902892. OLE color: 3902892.
HSL color Cylindrical-coordinate representation of color #AC8D3B: hue angle of 43.54º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC8D3B is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 59 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.33 |
| HSL | 43.54º | 0.49% | 0.45% | - |
| HSV(B) | 43.54º | 0.66% | 0.67% | - |
| XYZ | 27.33 | 28.14 | 8.13 | - |
| YUV | 140.92 | 81.77 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 59 | 0 | 0.18 | 0.66 | 0.33 | 43.54 | 0.49 | 0.45 |
| Hex | AC | 8D | 3B | 0 | 12 | 42 | 21 | 2C | 31 | 2D |
| Octal | 254 | 215 | 73 | 0 | 22 | 102 | 41 | 54 | 61 | 55 |
| Binary | 10101100 | 10001101 | 111011 | 0 | 10010 | 1000010 | 100001 | 101100 | 110001 | 101101 |
Color Harmonies of #AC8D3B
Complementary color
Monochromatic Colors of #AC8D3B
Black with #AC8D3B
Text Example
Text Example
White with #AC8D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D3B; }
p { color: rgb(172,141,59); }
H1.HeaderClassName
{
color: #AC8D3B;
}
.AnyTagClassName
{
color: #AC8D3B;
}
</style>
background-color css
<style>
a { background-color: #AC8D3B; }
a { background-color: rgb(172,141,59); }
div.DivClassName
{
background-color: #AC8D3B;
}
.BgClassName
{
background-color: #AC8D3B;
}
</style>
border-color css
<style>
span { border-color: #AC8D3B; }
span { border-color: rgb(172,141,59); }
td.TdClassName
{
border-color: #AC8D3B;
}
.TagClassName
{
border-color: #AC8D3B;
}
</style>