Shades of Locust #A3B07F
Tints of Locust #A3B07F
RGB
CMYK
RGB Variations
Color information
#A3B07F (or 0xA3B07F) is known color: Locust. HEX triplet: A3, B0 and 7F. RGB value is (163,176,127). Sum of RGB (Red+Green+Blue) = 163+176+127=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B07F is #5C4F80. Grayscale: #A6A6A6. Windows color (decimal): -6049665 or 8368291. OLE color: 8368291.
HSL color Cylindrical-coordinate representation of color #A3B07F: hue angle of 75.92º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3B07F is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 176 | 127 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.31 |
| HSL | 75.92º | 0.24% | 0.59% | - |
| HSV(B) | 75.92º | 0.28% | 0.69% | - |
| XYZ | 34.46 | 40.37 | 26.05 | - |
| YUV | 166.53 | 105.69 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 127 | 0.07 | 0 | 0.28 | 0.31 | 75.92 | 0.24 | 0.59 |
| Hex | A3 | B0 | 7F | 7 | 0 | 1C | 1F | 4C | 18 | 3B |
| Octal | 243 | 260 | 177 | 7 | 0 | 34 | 37 | 114 | 30 | 73 |
| Binary | 10100011 | 10110000 | 1111111 | 111 | 0 | 11100 | 11111 | 1001100 | 11000 | 111011 |
Color Harmonies of #A3B07F
Complementary color
Monochromatic Colors of #A3B07F
Black with #A3B07F
Text Example
Text Example
White with #A3B07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B07F; }
p { color: rgb(163,176,127); }
H1.HeaderClassName
{
color: #A3B07F;
}
.AnyTagClassName
{
color: #A3B07F;
}
</style>
background-color css
<style>
a { background-color: #A3B07F; }
a { background-color: rgb(163,176,127); }
div.DivClassName
{
background-color: #A3B07F;
}
.BgClassName
{
background-color: #A3B07F;
}
</style>
border-color css
<style>
span { border-color: #A3B07F; }
span { border-color: rgb(163,176,127); }
td.TdClassName
{
border-color: #A3B07F;
}
.TagClassName
{
border-color: #A3B07F;
}
</style>