Shades of Locust #A8AC77
Tints of Locust #A8AC77
RGB
CMYK
RGB Variations
Color information
#A8AC77 (or 0xA8AC77) is known color: Locust. HEX triplet: A8, AC and 77. RGB value is (168,172,119). Sum of RGB (Red+Green+Blue) = 168+172+119=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC77 is #575388. Grayscale: #A4A4A4. Windows color (decimal): -5723017 or 7842984. OLE color: 7842984.
HSL color Cylindrical-coordinate representation of color #A8AC77: hue angle of 64.53º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8AC77 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 172 | 119 | - |
CMYK | 0.02 | 0 | 0.31 | 0.33 |
HSL | 64.53º | 0.24% | 0.57% | - |
HSV(B) | 64.53º | 0.31% | 0.67% | - |
XYZ | 34.23 | 39.16 | 23.21 | - |
YUV | 164.76 | 102.17 | 130.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 172 | 119 | 0.02 | 0 | 0.31 | 0.33 | 64.53 | 0.24 | 0.57 |
Hex | A8 | AC | 77 | 2 | 0 | 1F | 21 | 41 | 18 | 39 |
Octal | 250 | 254 | 167 | 2 | 0 | 37 | 41 | 101 | 30 | 71 |
Binary | 10101000 | 10101100 | 1110111 | 10 | 0 | 11111 | 100001 | 1000001 | 11000 | 111001 |
Color Harmonies of #A8AC77
Complementary color
Monochromatic Colors of #A8AC77
Black with #A8AC77
Text Example
Text Example
White with #A8AC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC77; }
p { color: rgb(168,172,119); }
H1.HeaderClassName
{
color: #A8AC77;
}
.AnyTagClassName
{
color: #A8AC77;
}
</style>
background-color css
<style>
a { background-color: #A8AC77; }
a { background-color: rgb(168,172,119); }
div.DivClassName
{
background-color: #A8AC77;
}
.BgClassName
{
background-color: #A8AC77;
}
</style>
border-color css
<style>
span { border-color: #A8AC77; }
span { border-color: rgb(168,172,119); }
td.TdClassName
{
border-color: #A8AC77;
}
.TagClassName
{
border-color: #A8AC77;
}
</style>