Shades of Locust #A1A97B
Tints of Locust #A1A97B
RGB
CMYK
RGB Variations
Color information
#A1A97B (or 0xA1A97B) is known color: Locust. HEX triplet: A1, A9 and 7B. RGB value is (161,169,123). Sum of RGB (Red+Green+Blue) = 161+169+123=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A97B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A97B is #5E5684. Grayscale: #A1A1A1. Windows color (decimal): -6182533 or 8104353. OLE color: 8104353.
HSL color Cylindrical-coordinate representation of color #A1A97B: hue angle of 70.43º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1A97B is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 169 | 123 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.34 |
| HSL | 70.43º | 0.21% | 0.57% | - |
| HSV(B) | 70.43º | 0.27% | 0.66% | - |
| XYZ | 32.46 | 37.38 | 24.24 | - |
| YUV | 161.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 123 | 0.05 | 0 | 0.27 | 0.34 | 70.43 | 0.21 | 0.57 |
| Hex | A1 | A9 | 7B | 5 | 0 | 1B | 22 | 46 | 15 | 39 |
| Octal | 241 | 251 | 173 | 5 | 0 | 33 | 42 | 106 | 25 | 71 |
| Binary | 10100001 | 10101001 | 1111011 | 101 | 0 | 11011 | 100010 | 1000110 | 10101 | 111001 |
Color Harmonies of #A1A97B
Complementary color
Monochromatic Colors of #A1A97B
Black with #A1A97B
Text Example
Text Example
White with #A1A97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A97B; }
p { color: rgb(161,169,123); }
H1.HeaderClassName
{
color: #A1A97B;
}
.AnyTagClassName
{
color: #A1A97B;
}
</style>
background-color css
<style>
a { background-color: #A1A97B; }
a { background-color: rgb(161,169,123); }
div.DivClassName
{
background-color: #A1A97B;
}
.BgClassName
{
background-color: #A1A97B;
}
</style>
border-color css
<style>
span { border-color: #A1A97B; }
span { border-color: rgb(161,169,123); }
td.TdClassName
{
border-color: #A1A97B;
}
.TagClassName
{
border-color: #A1A97B;
}
</style>