Shades of Locust #A0A27F
Tints of Locust #A0A27F
RGB
CMYK
RGB Variations
Color information
#A0A27F (or 0xA0A27F) is known color: Locust. HEX triplet: A0, A2 and 7F. RGB value is (160,162,127). Sum of RGB (Red+Green+Blue) = 160+162+127=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A27F is #5F5D80. Grayscale: #9D9D9D. Windows color (decimal): -6249857 or 8364704. OLE color: 8364704.
HSL color Cylindrical-coordinate representation of color #A0A27F: hue angle of 63.43º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0A27F is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 162 | 127 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.36 |
| HSL | 63.43º | 0.16% | 0.57% | - |
| HSV(B) | 63.43º | 0.22% | 0.64% | - |
| XYZ | 31.25 | 34.85 | 25.16 | - |
| YUV | 157.41 | 110.84 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 162 | 127 | 0.01 | 0 | 0.22 | 0.36 | 63.43 | 0.16 | 0.57 |
| Hex | A0 | A2 | 7F | 1 | 0 | 16 | 24 | 3F | 10 | 39 |
| Octal | 240 | 242 | 177 | 1 | 0 | 26 | 44 | 77 | 20 | 71 |
| Binary | 10100000 | 10100010 | 1111111 | 1 | 0 | 10110 | 100100 | 111111 | 10000 | 111001 |
Color Harmonies of #A0A27F
Complementary color
Monochromatic Colors of #A0A27F
Black with #A0A27F
Text Example
Text Example
White with #A0A27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A27F; }
p { color: rgb(160,162,127); }
H1.HeaderClassName
{
color: #A0A27F;
}
.AnyTagClassName
{
color: #A0A27F;
}
</style>
background-color css
<style>
a { background-color: #A0A27F; }
a { background-color: rgb(160,162,127); }
div.DivClassName
{
background-color: #A0A27F;
}
.BgClassName
{
background-color: #A0A27F;
}
</style>
border-color css
<style>
span { border-color: #A0A27F; }
span { border-color: rgb(160,162,127); }
td.TdClassName
{
border-color: #A0A27F;
}
.TagClassName
{
border-color: #A0A27F;
}
</style>