Shades of Locust #AFB17D
Tints of Locust #AFB17D
RGB
CMYK
RGB Variations
Color information
#AFB17D (or 0xAFB17D) is known color: Locust. HEX triplet: AF, B1 and 7D. RGB value is (175,177,125). Sum of RGB (Red+Green+Blue) = 175+177+125=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB17D is #504E82. Grayscale: #AAAAAA. Windows color (decimal): -5262979 or 8237487. OLE color: 8237487.
HSL color Cylindrical-coordinate representation of color #AFB17D: hue angle of 62.31º degrees, saturation: 0.25, 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 #AFB17D is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 125 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.31 |
| HSL | 62.31º | 0.25% | 0.59% | - |
| HSV(B) | 62.31º | 0.29% | 0.69% | - |
| XYZ | 37.1 | 42.04 | 25.56 | - |
| YUV | 170.47 | 102.34 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 125 | 0.01 | 0 | 0.29 | 0.31 | 62.31 | 0.25 | 0.59 |
| Hex | AF | B1 | 7D | 1 | 0 | 1D | 1F | 3E | 19 | 3B |
| Octal | 257 | 261 | 175 | 1 | 0 | 35 | 37 | 76 | 31 | 73 |
| Binary | 10101111 | 10110001 | 1111101 | 1 | 0 | 11101 | 11111 | 111110 | 11001 | 111011 |
Color Harmonies of #AFB17D
Complementary color
Monochromatic Colors of #AFB17D
Black with #AFB17D
Text Example
Text Example
White with #AFB17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB17D; }
p { color: rgb(175,177,125); }
H1.HeaderClassName
{
color: #AFB17D;
}
.AnyTagClassName
{
color: #AFB17D;
}
</style>
background-color css
<style>
a { background-color: #AFB17D; }
a { background-color: rgb(175,177,125); }
div.DivClassName
{
background-color: #AFB17D;
}
.BgClassName
{
background-color: #AFB17D;
}
</style>
border-color css
<style>
span { border-color: #AFB17D; }
span { border-color: rgb(175,177,125); }
td.TdClassName
{
border-color: #AFB17D;
}
.TagClassName
{
border-color: #AFB17D;
}
</style>