Shades of Luxor Gold #AA8C3F
Tints of Luxor Gold #AA8C3F
RGB
CMYK
RGB Variations
Color information
#AA8C3F (or 0xAA8C3F) is known color: Luxor Gold. HEX triplet: AA, 8C and 3F. RGB value is (170,140,63). Sum of RGB (Red+Green+Blue) = 170+140+63=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8C3F is #5573C0. Grayscale: #8C8C8C. Windows color (decimal): -5600193 or 4164778. OLE color: 4164778.
HSL color Cylindrical-coordinate representation of color #AA8C3F: hue angle of 43.18º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA8C3F is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 63 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.33 |
| HSL | 43.18º | 0.46% | 0.46% | - |
| HSV(B) | 43.18º | 0.63% | 0.67% | - |
| XYZ | 26.85 | 27.66 | 8.63 | - |
| YUV | 140.19 | 84.44 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 63 | 0 | 0.18 | 0.63 | 0.33 | 43.18 | 0.46 | 0.46 |
| Hex | AA | 8C | 3F | 0 | 12 | 3F | 21 | 2B | 2E | 2E |
| Octal | 252 | 214 | 77 | 0 | 22 | 77 | 41 | 53 | 56 | 56 |
| Binary | 10101010 | 10001100 | 111111 | 0 | 10010 | 111111 | 100001 | 101011 | 101110 | 101110 |
Color Harmonies of #AA8C3F
Complementary color
Monochromatic Colors of #AA8C3F
Black with #AA8C3F
Text Example
Text Example
White with #AA8C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C3F; }
p { color: rgb(170,140,63); }
H1.HeaderClassName
{
color: #AA8C3F;
}
.AnyTagClassName
{
color: #AA8C3F;
}
</style>
background-color css
<style>
a { background-color: #AA8C3F; }
a { background-color: rgb(170,140,63); }
div.DivClassName
{
background-color: #AA8C3F;
}
.BgClassName
{
background-color: #AA8C3F;
}
</style>
border-color css
<style>
span { border-color: #AA8C3F; }
span { border-color: rgb(170,140,63); }
td.TdClassName
{
border-color: #AA8C3F;
}
.TagClassName
{
border-color: #AA8C3F;
}
</style>