Shades of Locust #A3B07C
Tints of Locust #A3B07C
RGB
CMYK
RGB Variations
Color information
#A3B07C (or 0xA3B07C) is known color: Locust. HEX triplet: A3, B0 and 7C. RGB value is (163,176,124). Sum of RGB (Red+Green+Blue) = 163+176+124=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B07C is #5C4F83. Grayscale: #A6A6A6. Windows color (decimal): -6049668 or 8171683. OLE color: 8171683.
HSL color Cylindrical-coordinate representation of color #A3B07C: hue angle of 75º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3B07C is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 176 | 124 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.31 |
| HSL | 75º | 0.25% | 0.59% | - |
| HSV(B) | 75º | 0.3% | 0.69% | - |
| XYZ | 34.27 | 40.29 | 25.04 | - |
| YUV | 166.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 124 | 0.07 | 0 | 0.30 | 0.31 | 75 | 0.25 | 0.59 |
| Hex | A3 | B0 | 7C | 7 | 0 | 1E | 1F | 4B | 19 | 3B |
| Octal | 243 | 260 | 174 | 7 | 0 | 36 | 37 | 113 | 31 | 73 |
| Binary | 10100011 | 10110000 | 1111100 | 111 | 0 | 11110 | 11111 | 1001011 | 11001 | 111011 |
Color Harmonies of #A3B07C
Complementary color
Monochromatic Colors of #A3B07C
Black with #A3B07C
Text Example
Text Example
White with #A3B07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B07C; }
p { color: rgb(163,176,124); }
H1.HeaderClassName
{
color: #A3B07C;
}
.AnyTagClassName
{
color: #A3B07C;
}
</style>
background-color css
<style>
a { background-color: #A3B07C; }
a { background-color: rgb(163,176,124); }
div.DivClassName
{
background-color: #A3B07C;
}
.BgClassName
{
background-color: #A3B07C;
}
</style>
border-color css
<style>
span { border-color: #A3B07C; }
span { border-color: rgb(163,176,124); }
td.TdClassName
{
border-color: #A3B07C;
}
.TagClassName
{
border-color: #A3B07C;
}
</style>