Shades of Locust #A6B07B
Tints of Locust #A6B07B
RGB
CMYK
RGB Variations
Color information
#A6B07B (or 0xA6B07B) is known color: Locust. HEX triplet: A6, B0 and 7B. RGB value is (166,176,123). Sum of RGB (Red+Green+Blue) = 166+176+123=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6B07B is #594F84. Grayscale: #A7A7A7. Windows color (decimal): -5853061 or 8106150. OLE color: 8106150.
HSL color Cylindrical-coordinate representation of color #A6B07B: hue angle of 71.32º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6B07B is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 176 | 123 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.31 |
| HSL | 71.32º | 0.25% | 0.59% | - |
| HSV(B) | 71.32º | 0.3% | 0.69% | - |
| XYZ | 34.83 | 40.59 | 24.74 | - |
| YUV | 166.97 | 103.19 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 176 | 123 | 0.06 | 0 | 0.30 | 0.31 | 71.32 | 0.25 | 0.59 |
| Hex | A6 | B0 | 7B | 6 | 0 | 1E | 1F | 47 | 19 | 3B |
| Octal | 246 | 260 | 173 | 6 | 0 | 36 | 37 | 107 | 31 | 73 |
| Binary | 10100110 | 10110000 | 1111011 | 110 | 0 | 11110 | 11111 | 1000111 | 11001 | 111011 |
Color Harmonies of #A6B07B
Complementary color
Monochromatic Colors of #A6B07B
Black with #A6B07B
Text Example
Text Example
White with #A6B07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B07B; }
p { color: rgb(166,176,123); }
H1.HeaderClassName
{
color: #A6B07B;
}
.AnyTagClassName
{
color: #A6B07B;
}
</style>
background-color css
<style>
a { background-color: #A6B07B; }
a { background-color: rgb(166,176,123); }
div.DivClassName
{
background-color: #A6B07B;
}
.BgClassName
{
background-color: #A6B07B;
}
</style>
border-color css
<style>
span { border-color: #A6B07B; }
span { border-color: rgb(166,176,123); }
td.TdClassName
{
border-color: #A6B07B;
}
.TagClassName
{
border-color: #A6B07B;
}
</style>