Shades of Locust #A3B079
Tints of Locust #A3B079
RGB
CMYK
RGB Variations
Color information
#A3B079 (or 0xA3B079) is known color: Locust. HEX triplet: A3, B0 and 79. RGB value is (163,176,121). Sum of RGB (Red+Green+Blue) = 163+176+121=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B079 is #5C4F86. Grayscale: #A6A6A6. Windows color (decimal): -6049671 or 7975075. OLE color: 7975075.
HSL color Cylindrical-coordinate representation of color #A3B079: hue angle of 74.18º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3B079 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 176 | 121 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.31 |
| HSL | 74.18º | 0.26% | 0.58% | - |
| HSV(B) | 74.18º | 0.31% | 0.69% | - |
| XYZ | 34.08 | 40.22 | 24.06 | - |
| YUV | 165.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 121 | 0.07 | 0 | 0.31 | 0.31 | 74.18 | 0.26 | 0.58 |
| Hex | A3 | B0 | 79 | 7 | 0 | 1F | 1F | 4A | 1A | 3A |
| Octal | 243 | 260 | 171 | 7 | 0 | 37 | 37 | 112 | 32 | 72 |
| Binary | 10100011 | 10110000 | 1111001 | 111 | 0 | 11111 | 11111 | 1001010 | 11010 | 111010 |
Color Harmonies of #A3B079
Complementary color
Monochromatic Colors of #A3B079
Black with #A3B079
Text Example
Text Example
White with #A3B079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B079; }
p { color: rgb(163,176,121); }
H1.HeaderClassName
{
color: #A3B079;
}
.AnyTagClassName
{
color: #A3B079;
}
</style>
background-color css
<style>
a { background-color: #A3B079; }
a { background-color: rgb(163,176,121); }
div.DivClassName
{
background-color: #A3B079;
}
.BgClassName
{
background-color: #A3B079;
}
</style>
border-color css
<style>
span { border-color: #A3B079; }
span { border-color: rgb(163,176,121); }
td.TdClassName
{
border-color: #A3B079;
}
.TagClassName
{
border-color: #A3B079;
}
</style>