Shades of Locust #A4B175
Tints of Locust #A4B175
RGB
CMYK
RGB Variations
Color information
#A4B175 (or 0xA4B175) is known color: Locust. HEX triplet: A4, B1 and 75. RGB value is (164,177,117). Sum of RGB (Red+Green+Blue) = 164+177+117=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4B175 is #5B4E8A. Grayscale: #A6A6A6. Windows color (decimal): -5983883 or 7713188. OLE color: 7713188.
HSL color Cylindrical-coordinate representation of color #A4B175: hue angle of 73º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4B175 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 177 | 117 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.31 |
| HSL | 73º | 0.28% | 0.58% | - |
| HSV(B) | 73º | 0.34% | 0.69% | - |
| XYZ | 34.24 | 40.62 | 22.87 | - |
| YUV | 166.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 177 | 117 | 0.07 | 0 | 0.34 | 0.31 | 73 | 0.28 | 0.58 |
| Hex | A4 | B1 | 75 | 7 | 0 | 22 | 1F | 49 | 1C | 3A |
| Octal | 244 | 261 | 165 | 7 | 0 | 42 | 37 | 111 | 34 | 72 |
| Binary | 10100100 | 10110001 | 1110101 | 111 | 0 | 100010 | 11111 | 1001001 | 11100 | 111010 |
Color Harmonies of #A4B175
Complementary color
Monochromatic Colors of #A4B175
Black with #A4B175
Text Example
Text Example
White with #A4B175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B175; }
p { color: rgb(164,177,117); }
H1.HeaderClassName
{
color: #A4B175;
}
.AnyTagClassName
{
color: #A4B175;
}
</style>
background-color css
<style>
a { background-color: #A4B175; }
a { background-color: rgb(164,177,117); }
div.DivClassName
{
background-color: #A4B175;
}
.BgClassName
{
background-color: #A4B175;
}
</style>
border-color css
<style>
span { border-color: #A4B175; }
span { border-color: rgb(164,177,117); }
td.TdClassName
{
border-color: #A4B175;
}
.TagClassName
{
border-color: #A4B175;
}
</style>