Shades of Locust #A2A47B
Tints of Locust #A2A47B
RGB
CMYK
RGB Variations
Color information
#A2A47B (or 0xA2A47B) is known color: Locust. HEX triplet: A2, A4 and 7B. RGB value is (162,164,123). Sum of RGB (Red+Green+Blue) = 162+164+123=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A47B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A47B is #5D5B84. Grayscale: #9E9E9E. Windows color (decimal): -6118277 or 8103074. OLE color: 8103074.
HSL color Cylindrical-coordinate representation of color #A2A47B: hue angle of 62.93º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2A47B is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 164 | 123 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.36 |
| HSL | 62.93º | 0.18% | 0.56% | - |
| HSV(B) | 62.93º | 0.25% | 0.64% | - |
| XYZ | 31.75 | 35.66 | 23.95 | - |
| YUV | 158.73 | 107.84 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 164 | 123 | 0.01 | 0 | 0.25 | 0.36 | 62.93 | 0.18 | 0.56 |
| Hex | A2 | A4 | 7B | 1 | 0 | 19 | 24 | 3F | 12 | 38 |
| Octal | 242 | 244 | 173 | 1 | 0 | 31 | 44 | 77 | 22 | 70 |
| Binary | 10100010 | 10100100 | 1111011 | 1 | 0 | 11001 | 100100 | 111111 | 10010 | 111000 |
Color Harmonies of #A2A47B
Complementary color
Monochromatic Colors of #A2A47B
Black with #A2A47B
Text Example
Text Example
White with #A2A47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A47B; }
p { color: rgb(162,164,123); }
H1.HeaderClassName
{
color: #A2A47B;
}
.AnyTagClassName
{
color: #A2A47B;
}
</style>
background-color css
<style>
a { background-color: #A2A47B; }
a { background-color: rgb(162,164,123); }
div.DivClassName
{
background-color: #A2A47B;
}
.BgClassName
{
background-color: #A2A47B;
}
</style>
border-color css
<style>
span { border-color: #A2A47B; }
span { border-color: rgb(162,164,123); }
td.TdClassName
{
border-color: #A2A47B;
}
.TagClassName
{
border-color: #A2A47B;
}
</style>