Shades of Locust #A8AB75
Tints of Locust #A8AB75
RGB
CMYK
RGB Variations
Color information
#A8AB75 (or 0xA8AB75) is known color: Locust. HEX triplet: A8, AB and 75. RGB value is (168,171,117). Sum of RGB (Red+Green+Blue) = 168+171+117=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB75 is #57548A. Grayscale: #A4A4A4. Windows color (decimal): -5723275 or 7711656. OLE color: 7711656.
HSL color Cylindrical-coordinate representation of color #A8AB75: hue angle of 63.33º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8AB75 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 117 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.33 |
| HSL | 63.33º | 0.24% | 0.56% | - |
| HSV(B) | 63.33º | 0.32% | 0.67% | - |
| XYZ | 33.92 | 38.74 | 22.52 | - |
| YUV | 163.95 | 101.51 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 117 | 0.02 | 0 | 0.32 | 0.33 | 63.33 | 0.24 | 0.56 |
| Hex | A8 | AB | 75 | 2 | 0 | 20 | 21 | 3F | 18 | 38 |
| Octal | 250 | 253 | 165 | 2 | 0 | 40 | 41 | 77 | 30 | 70 |
| Binary | 10101000 | 10101011 | 1110101 | 10 | 0 | 100000 | 100001 | 111111 | 11000 | 111000 |
Color Harmonies of #A8AB75
Complementary color
Monochromatic Colors of #A8AB75
Black with #A8AB75
Text Example
Text Example
White with #A8AB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB75; }
p { color: rgb(168,171,117); }
H1.HeaderClassName
{
color: #A8AB75;
}
.AnyTagClassName
{
color: #A8AB75;
}
</style>
background-color css
<style>
a { background-color: #A8AB75; }
a { background-color: rgb(168,171,117); }
div.DivClassName
{
background-color: #A8AB75;
}
.BgClassName
{
background-color: #A8AB75;
}
</style>
border-color css
<style>
span { border-color: #A8AB75; }
span { border-color: rgb(168,171,117); }
td.TdClassName
{
border-color: #A8AB75;
}
.TagClassName
{
border-color: #A8AB75;
}
</style>