Shades of Locust #AFB17B
Tints of Locust #AFB17B
RGB
CMYK
RGB Variations
Color information
#AFB17B (or 0xAFB17B) is known color: Locust. HEX triplet: AF, B1 and 7B. RGB value is (175,177,123). Sum of RGB (Red+Green+Blue) = 175+177+123=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB17B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB17B is #504E84. Grayscale: #AAAAAA. Windows color (decimal): -5262981 or 8106415. OLE color: 8106415.
HSL color Cylindrical-coordinate representation of color #AFB17B: hue angle of 62.22º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFB17B is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 123 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.31 |
| HSL | 62.22º | 0.26% | 0.59% | - |
| HSV(B) | 62.22º | 0.31% | 0.69% | - |
| XYZ | 36.98 | 41.99 | 24.89 | - |
| YUV | 170.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 123 | 0.01 | 0 | 0.31 | 0.31 | 62.22 | 0.26 | 0.59 |
| Hex | AF | B1 | 7B | 1 | 0 | 1F | 1F | 3E | 1A | 3B |
| Octal | 257 | 261 | 173 | 1 | 0 | 37 | 37 | 76 | 32 | 73 |
| Binary | 10101111 | 10110001 | 1111011 | 1 | 0 | 11111 | 11111 | 111110 | 11010 | 111011 |
Color Harmonies of #AFB17B
Complementary color
Monochromatic Colors of #AFB17B
Black with #AFB17B
Text Example
Text Example
White with #AFB17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB17B; }
p { color: rgb(175,177,123); }
H1.HeaderClassName
{
color: #AFB17B;
}
.AnyTagClassName
{
color: #AFB17B;
}
</style>
background-color css
<style>
a { background-color: #AFB17B; }
a { background-color: rgb(175,177,123); }
div.DivClassName
{
background-color: #AFB17B;
}
.BgClassName
{
background-color: #AFB17B;
}
</style>
border-color css
<style>
span { border-color: #AFB17B; }
span { border-color: rgb(175,177,123); }
td.TdClassName
{
border-color: #AFB17B;
}
.TagClassName
{
border-color: #AFB17B;
}
</style>