Shades of Locust #A3B175
Tints of Locust #A3B175
RGB
CMYK
RGB Variations
Color information
#A3B175 (or 0xA3B175) is known color: Locust. HEX triplet: A3, B1 and 75. RGB value is (163,177,117). Sum of RGB (Red+Green+Blue) = 163+177+117=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B175 is #5C4E8A. Grayscale: #A6A6A6. Windows color (decimal): -6049419 or 7713187. OLE color: 7713187.
HSL color Cylindrical-coordinate representation of color #A3B175: hue angle of 74º 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 #A3B175 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 177 | 117 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.31 |
| HSL | 74º | 0.28% | 0.58% | - |
| HSV(B) | 74º | 0.34% | 0.69% | - |
| XYZ | 34.04 | 40.52 | 22.86 | - |
| YUV | 165.97 | 100.36 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 117 | 0.08 | 0 | 0.34 | 0.31 | 74 | 0.28 | 0.58 |
| Hex | A3 | B1 | 75 | 8 | 0 | 22 | 1F | 4A | 1C | 3A |
| Octal | 243 | 261 | 165 | 10 | 0 | 42 | 37 | 112 | 34 | 72 |
| Binary | 10100011 | 10110001 | 1110101 | 1000 | 0 | 100010 | 11111 | 1001010 | 11100 | 111010 |
Color Harmonies of #A3B175
Complementary color
Monochromatic Colors of #A3B175
Black with #A3B175
Text Example
Text Example
White with #A3B175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B175; }
p { color: rgb(163,177,117); }
H1.HeaderClassName
{
color: #A3B175;
}
.AnyTagClassName
{
color: #A3B175;
}
</style>
background-color css
<style>
a { background-color: #A3B175; }
a { background-color: rgb(163,177,117); }
div.DivClassName
{
background-color: #A3B175;
}
.BgClassName
{
background-color: #A3B175;
}
</style>
border-color css
<style>
span { border-color: #A3B175; }
span { border-color: rgb(163,177,117); }
td.TdClassName
{
border-color: #A3B175;
}
.TagClassName
{
border-color: #A3B175;
}
</style>