Shades of Locust #A3B178
Tints of Locust #A3B178
RGB
CMYK
RGB Variations
Color information
#A3B178 (or 0xA3B178) is known color: Locust. HEX triplet: A3, B1 and 78. RGB value is (163,177,120). Sum of RGB (Red+Green+Blue) = 163+177+120=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B178 is #5C4E87. Grayscale: #A6A6A6. Windows color (decimal): -6049416 or 7909795. OLE color: 7909795.
HSL color Cylindrical-coordinate representation of color #A3B178: hue angle of 74.74º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3B178 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 177 | 120 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.31 |
| HSL | 74.74º | 0.27% | 0.58% | - |
| HSV(B) | 74.74º | 0.32% | 0.69% | - |
| XYZ | 34.22 | 40.59 | 23.8 | - |
| YUV | 166.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 120 | 0.08 | 0 | 0.32 | 0.31 | 74.74 | 0.27 | 0.58 |
| Hex | A3 | B1 | 78 | 8 | 0 | 20 | 1F | 4B | 1B | 3A |
| Octal | 243 | 261 | 170 | 10 | 0 | 40 | 37 | 113 | 33 | 72 |
| Binary | 10100011 | 10110001 | 1111000 | 1000 | 0 | 100000 | 11111 | 1001011 | 11011 | 111010 |
Color Harmonies of #A3B178
Complementary color
Monochromatic Colors of #A3B178
Black with #A3B178
Text Example
Text Example
White with #A3B178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B178; }
p { color: rgb(163,177,120); }
H1.HeaderClassName
{
color: #A3B178;
}
.AnyTagClassName
{
color: #A3B178;
}
</style>
background-color css
<style>
a { background-color: #A3B178; }
a { background-color: rgb(163,177,120); }
div.DivClassName
{
background-color: #A3B178;
}
.BgClassName
{
background-color: #A3B178;
}
</style>
border-color css
<style>
span { border-color: #A3B178; }
span { border-color: rgb(163,177,120); }
td.TdClassName
{
border-color: #A3B178;
}
.TagClassName
{
border-color: #A3B178;
}
</style>