Shades of Luxor Gold #AA8C43
Tints of Luxor Gold #AA8C43
RGB
CMYK
RGB Variations
Color information
#AA8C43 (or 0xAA8C43) is known color: Luxor Gold. HEX triplet: AA, 8C and 43. RGB value is (170,140,67). Sum of RGB (Red+Green+Blue) = 170+140+67=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8C43 is #5573BC. Grayscale: #8C8C8C. Windows color (decimal): -5600189 or 4426922. OLE color: 4426922.
HSL color Cylindrical-coordinate representation of color #AA8C43: hue angle of 42.52º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA8C43 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 67 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.33 |
| HSL | 42.52º | 0.43% | 0.46% | - |
| HSV(B) | 42.52º | 0.61% | 0.67% | - |
| XYZ | 26.97 | 27.71 | 9.24 | - |
| YUV | 140.65 | 86.44 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 67 | 0 | 0.18 | 0.61 | 0.33 | 42.52 | 0.43 | 0.46 |
| Hex | AA | 8C | 43 | 0 | 12 | 3D | 21 | 2B | 2B | 2E |
| Octal | 252 | 214 | 103 | 0 | 22 | 75 | 41 | 53 | 53 | 56 |
| Binary | 10101010 | 10001100 | 1000011 | 0 | 10010 | 111101 | 100001 | 101011 | 101011 | 101110 |
Color Harmonies of #AA8C43
Complementary color
Monochromatic Colors of #AA8C43
Black with #AA8C43
Text Example
Text Example
White with #AA8C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C43; }
p { color: rgb(170,140,67); }
H1.HeaderClassName
{
color: #AA8C43;
}
.AnyTagClassName
{
color: #AA8C43;
}
</style>
background-color css
<style>
a { background-color: #AA8C43; }
a { background-color: rgb(170,140,67); }
div.DivClassName
{
background-color: #AA8C43;
}
.BgClassName
{
background-color: #AA8C43;
}
</style>
border-color css
<style>
span { border-color: #AA8C43; }
span { border-color: rgb(170,140,67); }
td.TdClassName
{
border-color: #AA8C43;
}
.TagClassName
{
border-color: #AA8C43;
}
</style>