Shades of Locust #A2A27F
Tints of Locust #A2A27F
RGB
CMYK
RGB Variations
Color information
#A2A27F (or 0xA2A27F) is known color: Locust. HEX triplet: A2, A2 and 7F. RGB value is (162,162,127). Sum of RGB (Red+Green+Blue) = 162+162+127=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A27F is #5D5D80. Grayscale: #9E9E9E. Windows color (decimal): -6118785 or 8364706. OLE color: 8364706.
HSL color Cylindrical-coordinate representation of color #A2A27F: hue angle of 60º 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 #A2A27F is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 162 | 127 | - |
| CMYK | 0 | 0 | 0.22 | 0.36 |
| HSL | 60º | 0.16% | 0.57% | - |
| HSV(B) | 60º | 0.22% | 0.64% | - |
| XYZ | 31.65 | 35.05 | 25.18 | - |
| YUV | 158.01 | 110.5 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 162 | 127 | 0 | 0 | 0.22 | 0.36 | 60 | 0.16 | 0.57 |
| Hex | A2 | A2 | 7F | 0 | 0 | 16 | 24 | 3C | 10 | 39 |
| Octal | 242 | 242 | 177 | 0 | 0 | 26 | 44 | 74 | 20 | 71 |
| Binary | 10100010 | 10100010 | 1111111 | 0 | 0 | 10110 | 100100 | 111100 | 10000 | 111001 |
Color Harmonies of #A2A27F
Complementary color
Monochromatic Colors of #A2A27F
Black with #A2A27F
Text Example
Text Example
White with #A2A27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A27F; }
p { color: rgb(162,162,127); }
H1.HeaderClassName
{
color: #A2A27F;
}
.AnyTagClassName
{
color: #A2A27F;
}
</style>
background-color css
<style>
a { background-color: #A2A27F; }
a { background-color: rgb(162,162,127); }
div.DivClassName
{
background-color: #A2A27F;
}
.BgClassName
{
background-color: #A2A27F;
}
</style>
border-color css
<style>
span { border-color: #A2A27F; }
span { border-color: rgb(162,162,127); }
td.TdClassName
{
border-color: #A2A27F;
}
.TagClassName
{
border-color: #A2A27F;
}
</style>