Shades of Locust #A8B277
Tints of Locust #A8B277
RGB
CMYK
RGB Variations
Color information
#A8B277 (or 0xA8B277) is known color: Locust. HEX triplet: A8, B2 and 77. RGB value is (168,178,119). Sum of RGB (Red+Green+Blue) = 168+178+119=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B277 is #574D88. Grayscale: #A8A8A8. Windows color (decimal): -5721481 or 7844520. OLE color: 7844520.
HSL color Cylindrical-coordinate representation of color #A8B277: hue angle of 70.17º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8B277 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 178 | 119 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.30 |
| HSL | 70.17º | 0.28% | 0.58% | - |
| HSV(B) | 70.17º | 0.33% | 0.7% | - |
| XYZ | 35.4 | 41.5 | 23.6 | - |
| YUV | 168.28 | 100.19 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 119 | 0.06 | 0 | 0.33 | 0.30 | 70.17 | 0.28 | 0.58 |
| Hex | A8 | B2 | 77 | 6 | 0 | 21 | 1E | 46 | 1C | 3A |
| Octal | 250 | 262 | 167 | 6 | 0 | 41 | 36 | 106 | 34 | 72 |
| Binary | 10101000 | 10110010 | 1110111 | 110 | 0 | 100001 | 11110 | 1000110 | 11100 | 111010 |
Color Harmonies of #A8B277
Complementary color
Monochromatic Colors of #A8B277
Black with #A8B277
Text Example
Text Example
White with #A8B277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B277; }
p { color: rgb(168,178,119); }
H1.HeaderClassName
{
color: #A8B277;
}
.AnyTagClassName
{
color: #A8B277;
}
</style>
background-color css
<style>
a { background-color: #A8B277; }
a { background-color: rgb(168,178,119); }
div.DivClassName
{
background-color: #A8B277;
}
.BgClassName
{
background-color: #A8B277;
}
</style>
border-color css
<style>
span { border-color: #A8B277; }
span { border-color: rgb(168,178,119); }
td.TdClassName
{
border-color: #A8B277;
}
.TagClassName
{
border-color: #A8B277;
}
</style>