Shades of Luxor Gold #AA8B3E
Tints of Luxor Gold #AA8B3E
RGB
CMYK
RGB Variations
Color information
#AA8B3E (or 0xAA8B3E) is known color: Luxor Gold. HEX triplet: AA, 8B and 3E. RGB value is (170,139,62). Sum of RGB (Red+Green+Blue) = 170+139+62=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8B3E is #5574C1. Grayscale: #8B8B8B. Windows color (decimal): -5600450 or 4098986. OLE color: 4098986.
HSL color Cylindrical-coordinate representation of color #AA8B3E: hue angle of 42.78º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA8B3E is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 139 | 62 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.33 |
| HSL | 42.78º | 0.47% | 0.45% | - |
| HSV(B) | 42.78º | 0.64% | 0.67% | - |
| XYZ | 26.68 | 27.36 | 8.43 | - |
| YUV | 139.49 | 84.27 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 62 | 0 | 0.18 | 0.64 | 0.33 | 42.78 | 0.47 | 0.45 |
| Hex | AA | 8B | 3E | 0 | 12 | 40 | 21 | 2B | 2F | 2D |
| Octal | 252 | 213 | 76 | 0 | 22 | 100 | 41 | 53 | 57 | 55 |
| Binary | 10101010 | 10001011 | 111110 | 0 | 10010 | 1000000 | 100001 | 101011 | 101111 | 101101 |
Color Harmonies of #AA8B3E
Complementary color
Monochromatic Colors of #AA8B3E
Black with #AA8B3E
Text Example
Text Example
White with #AA8B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8B3E; }
p { color: rgb(170,139,62); }
H1.HeaderClassName
{
color: #AA8B3E;
}
.AnyTagClassName
{
color: #AA8B3E;
}
</style>
background-color css
<style>
a { background-color: #AA8B3E; }
a { background-color: rgb(170,139,62); }
div.DivClassName
{
background-color: #AA8B3E;
}
.BgClassName
{
background-color: #AA8B3E;
}
</style>
border-color css
<style>
span { border-color: #AA8B3E; }
span { border-color: rgb(170,139,62); }
td.TdClassName
{
border-color: #AA8B3E;
}
.TagClassName
{
border-color: #AA8B3E;
}
</style>