Shades of Luxor Gold #AC923B
Tints of Luxor Gold #AC923B
RGB
CMYK
RGB Variations
Color information
#AC923B (or 0xAC923B) is known color: Luxor Gold. HEX triplet: AC, 92 and 3B. RGB value is (172,146,59). Sum of RGB (Red+Green+Blue) = 172+146+59=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC923B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC923B is #536DC4. Grayscale: #909090. Windows color (decimal): -5467589 or 3904172. OLE color: 3904172.
HSL color Cylindrical-coordinate representation of color #AC923B: hue angle of 46.19º 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 #AC923B is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 59 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.33 |
| HSL | 46.19º | 0.49% | 0.45% | - |
| HSV(B) | 46.19º | 0.66% | 0.67% | - |
| XYZ | 28.08 | 29.64 | 8.38 | - |
| YUV | 143.86 | 80.11 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 59 | 0 | 0.15 | 0.66 | 0.33 | 46.19 | 0.49 | 0.45 |
| Hex | AC | 92 | 3B | 0 | F | 42 | 21 | 2E | 31 | 2D |
| Octal | 254 | 222 | 73 | 0 | 17 | 102 | 41 | 56 | 61 | 55 |
| Binary | 10101100 | 10010010 | 111011 | 0 | 1111 | 1000010 | 100001 | 101110 | 110001 | 101101 |
Color Harmonies of #AC923B
Complementary color
Monochromatic Colors of #AC923B
Black with #AC923B
Text Example
Text Example
White with #AC923B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC923B; }
p { color: rgb(172,146,59); }
H1.HeaderClassName
{
color: #AC923B;
}
.AnyTagClassName
{
color: #AC923B;
}
</style>
background-color css
<style>
a { background-color: #AC923B; }
a { background-color: rgb(172,146,59); }
div.DivClassName
{
background-color: #AC923B;
}
.BgClassName
{
background-color: #AC923B;
}
</style>
border-color css
<style>
span { border-color: #AC923B; }
span { border-color: rgb(172,146,59); }
td.TdClassName
{
border-color: #AC923B;
}
.TagClassName
{
border-color: #AC923B;
}
</style>