Shades of Locust #A7AF7B
Tints of Locust #A7AF7B
RGB
CMYK
RGB Variations
Color information
#A7AF7B (or 0xA7AF7B) is known color: Locust. HEX triplet: A7, AF and 7B. RGB value is (167,175,123). Sum of RGB (Red+Green+Blue) = 167+175+123=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AF7B is #585084. Grayscale: #A6A6A6. Windows color (decimal): -5787781 or 8105895. OLE color: 8105895.
HSL color Cylindrical-coordinate representation of color #A7AF7B: hue angle of 69.23º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7AF7B is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 175 | 123 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.31 |
| HSL | 69.23º | 0.25% | 0.58% | - |
| HSV(B) | 69.23º | 0.3% | 0.69% | - |
| XYZ | 34.84 | 40.31 | 24.68 | - |
| YUV | 166.68 | 103.35 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 175 | 123 | 0.05 | 0 | 0.30 | 0.31 | 69.23 | 0.25 | 0.58 |
| Hex | A7 | AF | 7B | 5 | 0 | 1E | 1F | 45 | 19 | 3A |
| Octal | 247 | 257 | 173 | 5 | 0 | 36 | 37 | 105 | 31 | 72 |
| Binary | 10100111 | 10101111 | 1111011 | 101 | 0 | 11110 | 11111 | 1000101 | 11001 | 111010 |
Color Harmonies of #A7AF7B
Complementary color
Monochromatic Colors of #A7AF7B
Black with #A7AF7B
Text Example
Text Example
White with #A7AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AF7B; }
p { color: rgb(167,175,123); }
H1.HeaderClassName
{
color: #A7AF7B;
}
.AnyTagClassName
{
color: #A7AF7B;
}
</style>
background-color css
<style>
a { background-color: #A7AF7B; }
a { background-color: rgb(167,175,123); }
div.DivClassName
{
background-color: #A7AF7B;
}
.BgClassName
{
background-color: #A7AF7B;
}
</style>
border-color css
<style>
span { border-color: #A7AF7B; }
span { border-color: rgb(167,175,123); }
td.TdClassName
{
border-color: #A7AF7B;
}
.TagClassName
{
border-color: #A7AF7B;
}
</style>