Shades of Luxor Gold #AC8843
Tints of Luxor Gold #AC8843
RGB
CMYK
RGB Variations
Color information
#AC8843 (or 0xAC8843) is known color: Luxor Gold. HEX triplet: AC, 88 and 43. RGB value is (172,136,67). Sum of RGB (Red+Green+Blue) = 172+136+67=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8843 is #5377BC. Grayscale: #8B8B8B. Windows color (decimal): -5470141 or 4425900. OLE color: 4425900.
HSL color Cylindrical-coordinate representation of color #AC8843: hue angle of 39.43º 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 #AC8843 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 67 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.33 |
| HSL | 39.43º | 0.44% | 0.47% | - |
| HSV(B) | 39.43º | 0.61% | 0.67% | - |
| XYZ | 26.83 | 26.78 | 9.07 | - |
| YUV | 138.9 | 87.43 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 67 | 0 | 0.21 | 0.61 | 0.33 | 39.43 | 0.44 | 0.47 |
| Hex | AC | 88 | 43 | 0 | 15 | 3D | 21 | 27 | 2C | 2F |
| Octal | 254 | 210 | 103 | 0 | 25 | 75 | 41 | 47 | 54 | 57 |
| Binary | 10101100 | 10001000 | 1000011 | 0 | 10101 | 111101 | 100001 | 100111 | 101100 | 101111 |
Color Harmonies of #AC8843
Complementary color
Monochromatic Colors of #AC8843
Black with #AC8843
Text Example
Text Example
White with #AC8843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8843; }
p { color: rgb(172,136,67); }
H1.HeaderClassName
{
color: #AC8843;
}
.AnyTagClassName
{
color: #AC8843;
}
</style>
background-color css
<style>
a { background-color: #AC8843; }
a { background-color: rgb(172,136,67); }
div.DivClassName
{
background-color: #AC8843;
}
.BgClassName
{
background-color: #AC8843;
}
</style>
border-color css
<style>
span { border-color: #AC8843; }
span { border-color: rgb(172,136,67); }
td.TdClassName
{
border-color: #AC8843;
}
.TagClassName
{
border-color: #AC8843;
}
</style>