Shades of Locust #A8B375
Tints of Locust #A8B375
RGB
CMYK
RGB Variations
Color information
#A8B375 (or 0xA8B375) is known color: Locust. HEX triplet: A8, B3 and 75. RGB value is (168,179,117). Sum of RGB (Red+Green+Blue) = 168+179+117=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B375 is #574C8A. Grayscale: #A8A8A8. Windows color (decimal): -5721227 or 7713704. OLE color: 7713704.
HSL color Cylindrical-coordinate representation of color #A8B375: hue angle of 70.65º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8B375 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 117 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.30 |
| HSL | 70.65º | 0.29% | 0.58% | - |
| HSV(B) | 70.65º | 0.35% | 0.7% | - |
| XYZ | 35.48 | 41.85 | 23.04 | - |
| YUV | 168.64 | 98.86 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 117 | 0.06 | 0 | 0.35 | 0.30 | 70.65 | 0.29 | 0.58 |
| Hex | A8 | B3 | 75 | 6 | 0 | 23 | 1E | 47 | 1D | 3A |
| Octal | 250 | 263 | 165 | 6 | 0 | 43 | 36 | 107 | 35 | 72 |
| Binary | 10101000 | 10110011 | 1110101 | 110 | 0 | 100011 | 11110 | 1000111 | 11101 | 111010 |
Color Harmonies of #A8B375
Complementary color
Monochromatic Colors of #A8B375
Black with #A8B375
Text Example
Text Example
White with #A8B375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B375; }
p { color: rgb(168,179,117); }
H1.HeaderClassName
{
color: #A8B375;
}
.AnyTagClassName
{
color: #A8B375;
}
</style>
background-color css
<style>
a { background-color: #A8B375; }
a { background-color: rgb(168,179,117); }
div.DivClassName
{
background-color: #A8B375;
}
.BgClassName
{
background-color: #A8B375;
}
</style>
border-color css
<style>
span { border-color: #A8B375; }
span { border-color: rgb(168,179,117); }
td.TdClassName
{
border-color: #A8B375;
}
.TagClassName
{
border-color: #A8B375;
}
</style>