Shades of Locust #A8AF7D
Tints of Locust #A8AF7D
RGB
CMYK
RGB Variations
Color information
#A8AF7D (or 0xA8AF7D) is known color: Locust. HEX triplet: A8, AF and 7D. RGB value is (168,175,125). Sum of RGB (Red+Green+Blue) = 168+175+125=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF7D is #575082. Grayscale: #A7A7A7. Windows color (decimal): -5722243 or 8236968. OLE color: 8236968.
HSL color Cylindrical-coordinate representation of color #A8AF7D: hue angle of 68.4º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8AF7D is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 125 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.31 |
| HSL | 68.4º | 0.24% | 0.59% | - |
| HSV(B) | 68.4º | 0.29% | 0.69% | - |
| XYZ | 35.18 | 40.47 | 25.36 | - |
| YUV | 167.21 | 104.18 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 125 | 0.04 | 0 | 0.29 | 0.31 | 68.4 | 0.24 | 0.59 |
| Hex | A8 | AF | 7D | 4 | 0 | 1D | 1F | 44 | 18 | 3B |
| Octal | 250 | 257 | 175 | 4 | 0 | 35 | 37 | 104 | 30 | 73 |
| Binary | 10101000 | 10101111 | 1111101 | 100 | 0 | 11101 | 11111 | 1000100 | 11000 | 111011 |
Color Harmonies of #A8AF7D
Complementary color
Monochromatic Colors of #A8AF7D
Black with #A8AF7D
Text Example
Text Example
White with #A8AF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF7D; }
p { color: rgb(168,175,125); }
H1.HeaderClassName
{
color: #A8AF7D;
}
.AnyTagClassName
{
color: #A8AF7D;
}
</style>
background-color css
<style>
a { background-color: #A8AF7D; }
a { background-color: rgb(168,175,125); }
div.DivClassName
{
background-color: #A8AF7D;
}
.BgClassName
{
background-color: #A8AF7D;
}
</style>
border-color css
<style>
span { border-color: #A8AF7D; }
span { border-color: rgb(168,175,125); }
td.TdClassName
{
border-color: #A8AF7D;
}
.TagClassName
{
border-color: #A8AF7D;
}
</style>