Shades of Locust #AFB184
Tints of Locust #AFB184
RGB
CMYK
RGB Variations
Color information
#AFB184 (or 0xAFB184) is known color: Locust. HEX triplet: AF, B1 and 84. RGB value is (175,177,132). Sum of RGB (Red+Green+Blue) = 175+177+132=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB184 is #504E7B. Grayscale: #ABABAB. Windows color (decimal): -5262972 or 8696239. OLE color: 8696239.
HSL color Cylindrical-coordinate representation of color #AFB184: hue angle of 62.67º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFB184 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 132 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.31 |
| HSL | 62.67º | 0.22% | 0.61% | - |
| HSV(B) | 62.67º | 0.25% | 0.69% | - |
| XYZ | 37.57 | 42.22 | 28 | - |
| YUV | 171.27 | 105.84 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 132 | 0.01 | 0 | 0.25 | 0.31 | 62.67 | 0.22 | 0.61 |
| Hex | AF | B1 | 84 | 1 | 0 | 19 | 1F | 3F | 16 | 3D |
| Octal | 257 | 261 | 204 | 1 | 0 | 31 | 37 | 77 | 26 | 75 |
| Binary | 10101111 | 10110001 | 10000100 | 1 | 0 | 11001 | 11111 | 111111 | 10110 | 111101 |
Color Harmonies of #AFB184
Complementary color
Monochromatic Colors of #AFB184
Black with #AFB184
Text Example
Text Example
White with #AFB184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB184; }
p { color: rgb(175,177,132); }
H1.HeaderClassName
{
color: #AFB184;
}
.AnyTagClassName
{
color: #AFB184;
}
</style>
background-color css
<style>
a { background-color: #AFB184; }
a { background-color: rgb(175,177,132); }
div.DivClassName
{
background-color: #AFB184;
}
.BgClassName
{
background-color: #AFB184;
}
</style>
border-color css
<style>
span { border-color: #AFB184; }
span { border-color: rgb(175,177,132); }
td.TdClassName
{
border-color: #AFB184;
}
.TagClassName
{
border-color: #AFB184;
}
</style>