Shades of Locust #A3B07E
Tints of Locust #A3B07E
RGB
CMYK
RGB Variations
Color information
#A3B07E (or 0xA3B07E) is known color: Locust. HEX triplet: A3, B0 and 7E. RGB value is (163,176,126). Sum of RGB (Red+Green+Blue) = 163+176+126=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B07E is #5C4F81. Grayscale: #A6A6A6. Windows color (decimal): -6049666 or 8302755. OLE color: 8302755.
HSL color Cylindrical-coordinate representation of color #A3B07E: hue angle of 75.6º 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 #A3B07E is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 176 | 126 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.31 |
| HSL | 75.6º | 0.24% | 0.59% | - |
| HSV(B) | 75.6º | 0.28% | 0.69% | - |
| XYZ | 34.4 | 40.34 | 25.71 | - |
| YUV | 166.41 | 105.19 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 126 | 0.07 | 0 | 0.28 | 0.31 | 75.6 | 0.24 | 0.59 |
| Hex | A3 | B0 | 7E | 7 | 0 | 1C | 1F | 4C | 18 | 3B |
| Octal | 243 | 260 | 176 | 7 | 0 | 34 | 37 | 114 | 30 | 73 |
| Binary | 10100011 | 10110000 | 1111110 | 111 | 0 | 11100 | 11111 | 1001100 | 11000 | 111011 |
Color Harmonies of #A3B07E
Complementary color
Monochromatic Colors of #A3B07E
Black with #A3B07E
Text Example
Text Example
White with #A3B07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B07E; }
p { color: rgb(163,176,126); }
H1.HeaderClassName
{
color: #A3B07E;
}
.AnyTagClassName
{
color: #A3B07E;
}
</style>
background-color css
<style>
a { background-color: #A3B07E; }
a { background-color: rgb(163,176,126); }
div.DivClassName
{
background-color: #A3B07E;
}
.BgClassName
{
background-color: #A3B07E;
}
</style>
border-color css
<style>
span { border-color: #A3B07E; }
span { border-color: rgb(163,176,126); }
td.TdClassName
{
border-color: #A3B07E;
}
.TagClassName
{
border-color: #A3B07E;
}
</style>