Shades of Luxor Gold #AA8A44
Tints of Luxor Gold #AA8A44
RGB
CMYK
RGB Variations
Color information
#AA8A44 (or 0xAA8A44) is known color: Luxor Gold. HEX triplet: AA, 8A and 44. RGB value is (170,138,68). Sum of RGB (Red+Green+Blue) = 170+138+68=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8A44 is #5575BB. Grayscale: #8B8B8B. Windows color (decimal): -5600700 or 4491946. OLE color: 4491946.
HSL color Cylindrical-coordinate representation of color #AA8A44: hue angle of 41.18º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA8A44 is Cyan = 0, Magento = 0.19, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 68 | - |
| CMYK | 0 | 0.19 | 0.6 | 0.33 |
| HSL | 41.18º | 0.43% | 0.47% | - |
| HSV(B) | 41.18º | 0.6% | 0.67% | - |
| XYZ | 26.71 | 27.14 | 9.3 | - |
| YUV | 139.59 | 87.6 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 68 | 0 | 0.19 | 0.6 | 0.33 | 41.18 | 0.43 | 0.47 |
| Hex | AA | 8A | 44 | 0 | 13 | 3C | 21 | 29 | 2B | 2F |
| Octal | 252 | 212 | 104 | 0 | 23 | 74 | 41 | 51 | 53 | 57 |
| Binary | 10101010 | 10001010 | 1000100 | 0 | 10011 | 111100 | 100001 | 101001 | 101011 | 101111 |
Color Harmonies of #AA8A44
Complementary color
Monochromatic Colors of #AA8A44
Black with #AA8A44
Text Example
Text Example
White with #AA8A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8A44; }
p { color: rgb(170,138,68); }
H1.HeaderClassName
{
color: #AA8A44;
}
.AnyTagClassName
{
color: #AA8A44;
}
</style>
background-color css
<style>
a { background-color: #AA8A44; }
a { background-color: rgb(170,138,68); }
div.DivClassName
{
background-color: #AA8A44;
}
.BgClassName
{
background-color: #AA8A44;
}
</style>
border-color css
<style>
span { border-color: #AA8A44; }
span { border-color: rgb(170,138,68); }
td.TdClassName
{
border-color: #AA8A44;
}
.TagClassName
{
border-color: #AA8A44;
}
</style>