Shades of Luxor Gold #AE8F3C
Tints of Luxor Gold #AE8F3C
RGB
CMYK
RGB Variations
Color information
#AE8F3C (or 0xAE8F3C) is known color: Luxor Gold. HEX triplet: AE, 8F and 3C. RGB value is (174,143,60). Sum of RGB (Red+Green+Blue) = 174+143+60=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8F3C is #5170C3. Grayscale: #8F8F8F. Windows color (decimal): -5337284 or 3968942. OLE color: 3968942.
HSL color Cylindrical-coordinate representation of color #AE8F3C: hue angle of 43.68º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE8F3C is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 143 | 60 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.32 |
| HSL | 43.68º | 0.49% | 0.46% | - |
| HSV(B) | 43.68º | 0.66% | 0.68% | - |
| XYZ | 28.09 | 28.97 | 8.39 | - |
| YUV | 142.81 | 81.27 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 143 | 60 | 0 | 0.18 | 0.66 | 0.32 | 43.68 | 0.49 | 0.46 |
| Hex | AE | 8F | 3C | 0 | 12 | 42 | 20 | 2C | 31 | 2E |
| Octal | 256 | 217 | 74 | 0 | 22 | 102 | 40 | 54 | 61 | 56 |
| Binary | 10101110 | 10001111 | 111100 | 0 | 10010 | 1000010 | 100000 | 101100 | 110001 | 101110 |
Color Harmonies of #AE8F3C
Complementary color
Monochromatic Colors of #AE8F3C
Black with #AE8F3C
Text Example
Text Example
White with #AE8F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8F3C; }
p { color: rgb(174,143,60); }
H1.HeaderClassName
{
color: #AE8F3C;
}
.AnyTagClassName
{
color: #AE8F3C;
}
</style>
background-color css
<style>
a { background-color: #AE8F3C; }
a { background-color: rgb(174,143,60); }
div.DivClassName
{
background-color: #AE8F3C;
}
.BgClassName
{
background-color: #AE8F3C;
}
</style>
border-color css
<style>
span { border-color: #AE8F3C; }
span { border-color: rgb(174,143,60); }
td.TdClassName
{
border-color: #AE8F3C;
}
.TagClassName
{
border-color: #AE8F3C;
}
</style>