Shades of Luxor Gold #AA8C3D
Tints of Luxor Gold #AA8C3D
RGB
CMYK
RGB Variations
Color information
#AA8C3D (or 0xAA8C3D) is known color: Luxor Gold. HEX triplet: AA, 8C and 3D. RGB value is (170,140,61). Sum of RGB (Red+Green+Blue) = 170+140+61=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8C3D is #5573C2. Grayscale: #8C8C8C. Windows color (decimal): -5600195 or 4033706. OLE color: 4033706.
HSL color Cylindrical-coordinate representation of color #AA8C3D: hue angle of 43.49º 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 #AA8C3D is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 61 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.33 |
| HSL | 43.49º | 0.47% | 0.45% | - |
| HSV(B) | 43.49º | 0.64% | 0.67% | - |
| XYZ | 26.8 | 27.64 | 8.34 | - |
| YUV | 139.96 | 83.44 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 61 | 0 | 0.18 | 0.64 | 0.33 | 43.49 | 0.47 | 0.45 |
| Hex | AA | 8C | 3D | 0 | 12 | 40 | 21 | 2B | 2F | 2D |
| Octal | 252 | 214 | 75 | 0 | 22 | 100 | 41 | 53 | 57 | 55 |
| Binary | 10101010 | 10001100 | 111101 | 0 | 10010 | 1000000 | 100001 | 101011 | 101111 | 101101 |
Color Harmonies of #AA8C3D
Complementary color
Monochromatic Colors of #AA8C3D
Black with #AA8C3D
Text Example
Text Example
White with #AA8C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C3D; }
p { color: rgb(170,140,61); }
H1.HeaderClassName
{
color: #AA8C3D;
}
.AnyTagClassName
{
color: #AA8C3D;
}
</style>
background-color css
<style>
a { background-color: #AA8C3D; }
a { background-color: rgb(170,140,61); }
div.DivClassName
{
background-color: #AA8C3D;
}
.BgClassName
{
background-color: #AA8C3D;
}
</style>
border-color css
<style>
span { border-color: #AA8C3D; }
span { border-color: rgb(170,140,61); }
td.TdClassName
{
border-color: #AA8C3D;
}
.TagClassName
{
border-color: #AA8C3D;
}
</style>