Shades of Locust #AAB17D
Tints of Locust #AAB17D
RGB
CMYK
RGB Variations
Color information
#AAB17D (or 0xAAB17D) is known color: Locust. HEX triplet: AA, B1 and 7D. RGB value is (170,177,125). Sum of RGB (Red+Green+Blue) = 170+177+125=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB17D is #554E82. Grayscale: #A9A9A9. Windows color (decimal): -5590659 or 8237482. OLE color: 8237482.
HSL color Cylindrical-coordinate representation of color #AAB17D: hue angle of 68.08º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB17D is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 125 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.31 |
| HSL | 68.08º | 0.25% | 0.59% | - |
| HSV(B) | 68.08º | 0.29% | 0.69% | - |
| XYZ | 36 | 41.47 | 25.51 | - |
| YUV | 168.98 | 103.18 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 125 | 0.04 | 0 | 0.29 | 0.31 | 68.08 | 0.25 | 0.59 |
| Hex | AA | B1 | 7D | 4 | 0 | 1D | 1F | 44 | 19 | 3B |
| Octal | 252 | 261 | 175 | 4 | 0 | 35 | 37 | 104 | 31 | 73 |
| Binary | 10101010 | 10110001 | 1111101 | 100 | 0 | 11101 | 11111 | 1000100 | 11001 | 111011 |
Color Harmonies of #AAB17D
Complementary color
Monochromatic Colors of #AAB17D
Black with #AAB17D
Text Example
Text Example
White with #AAB17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB17D; }
p { color: rgb(170,177,125); }
H1.HeaderClassName
{
color: #AAB17D;
}
.AnyTagClassName
{
color: #AAB17D;
}
</style>
background-color css
<style>
a { background-color: #AAB17D; }
a { background-color: rgb(170,177,125); }
div.DivClassName
{
background-color: #AAB17D;
}
.BgClassName
{
background-color: #AAB17D;
}
</style>
border-color css
<style>
span { border-color: #AAB17D; }
span { border-color: rgb(170,177,125); }
td.TdClassName
{
border-color: #AAB17D;
}
.TagClassName
{
border-color: #AAB17D;
}
</style>