Shades of Luxor Gold #AC903D
Tints of Luxor Gold #AC903D
RGB
CMYK
RGB Variations
Color information
#AC903D (or 0xAC903D) is known color: Luxor Gold. HEX triplet: AC, 90 and 3D. RGB value is (172,144,61). Sum of RGB (Red+Green+Blue) = 172+144+61=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC903D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC903D is #536FC2. Grayscale: #8F8F8F. Windows color (decimal): -5468099 or 4034732. OLE color: 4034732.
HSL color Cylindrical-coordinate representation of color #AC903D: hue angle of 44.86º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC903D is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 144 | 61 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.33 |
| HSL | 44.86º | 0.48% | 0.46% | - |
| HSV(B) | 44.86º | 0.65% | 0.67% | - |
| XYZ | 27.83 | 29.05 | 8.56 | - |
| YUV | 142.91 | 81.78 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 61 | 0 | 0.16 | 0.65 | 0.33 | 44.86 | 0.48 | 0.46 |
| Hex | AC | 90 | 3D | 0 | 10 | 41 | 21 | 2D | 30 | 2E |
| Octal | 254 | 220 | 75 | 0 | 20 | 101 | 41 | 55 | 60 | 56 |
| Binary | 10101100 | 10010000 | 111101 | 0 | 10000 | 1000001 | 100001 | 101101 | 110000 | 101110 |
Color Harmonies of #AC903D
Complementary color
Monochromatic Colors of #AC903D
Black with #AC903D
Text Example
Text Example
White with #AC903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC903D; }
p { color: rgb(172,144,61); }
H1.HeaderClassName
{
color: #AC903D;
}
.AnyTagClassName
{
color: #AC903D;
}
</style>
background-color css
<style>
a { background-color: #AC903D; }
a { background-color: rgb(172,144,61); }
div.DivClassName
{
background-color: #AC903D;
}
.BgClassName
{
background-color: #AC903D;
}
</style>
border-color css
<style>
span { border-color: #AC903D; }
span { border-color: rgb(172,144,61); }
td.TdClassName
{
border-color: #AC903D;
}
.TagClassName
{
border-color: #AC903D;
}
</style>