Shades of Locust #A3AB7D
Tints of Locust #A3AB7D
RGB
CMYK
RGB Variations
Color information
#A3AB7D (or 0xA3AB7D) is known color: Locust. HEX triplet: A3, AB and 7D. RGB value is (163,171,125). Sum of RGB (Red+Green+Blue) = 163+171+125=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AB7D is #5C5482. Grayscale: #A3A3A3. Windows color (decimal): -6050947 or 8235939. OLE color: 8235939.
HSL color Cylindrical-coordinate representation of color #A3AB7D: hue angle of 70.43º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3AB7D is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 171 | 125 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.33 |
| HSL | 70.43º | 0.21% | 0.58% | - |
| HSV(B) | 70.43º | 0.27% | 0.67% | - |
| XYZ | 33.37 | 38.39 | 25.05 | - |
| YUV | 163.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 171 | 125 | 0.05 | 0 | 0.27 | 0.33 | 70.43 | 0.21 | 0.58 |
| Hex | A3 | AB | 7D | 5 | 0 | 1B | 21 | 46 | 15 | 3A |
| Octal | 243 | 253 | 175 | 5 | 0 | 33 | 41 | 106 | 25 | 72 |
| Binary | 10100011 | 10101011 | 1111101 | 101 | 0 | 11011 | 100001 | 1000110 | 10101 | 111010 |
Color Harmonies of #A3AB7D
Complementary color
Monochromatic Colors of #A3AB7D
Black with #A3AB7D
Text Example
Text Example
White with #A3AB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AB7D; }
p { color: rgb(163,171,125); }
H1.HeaderClassName
{
color: #A3AB7D;
}
.AnyTagClassName
{
color: #A3AB7D;
}
</style>
background-color css
<style>
a { background-color: #A3AB7D; }
a { background-color: rgb(163,171,125); }
div.DivClassName
{
background-color: #A3AB7D;
}
.BgClassName
{
background-color: #A3AB7D;
}
</style>
border-color css
<style>
span { border-color: #A3AB7D; }
span { border-color: rgb(163,171,125); }
td.TdClassName
{
border-color: #A3AB7D;
}
.TagClassName
{
border-color: #A3AB7D;
}
</style>