Shades of Locust #AFB07C
Tints of Locust #AFB07C
RGB
CMYK
RGB Variations
Color information
#AFB07C (or 0xAFB07C) is known color: Locust. HEX triplet: AF, B0 and 7C. RGB value is (175,176,124). Sum of RGB (Red+Green+Blue) = 175+176+124=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB07C is #504F83. Grayscale: #A9A9A9. Windows color (decimal): -5263236 or 8171695. OLE color: 8171695.
HSL color Cylindrical-coordinate representation of color #AFB07C: hue angle of 61.15º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFB07C is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 176 | 124 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.31 |
| HSL | 61.15º | 0.25% | 0.59% | - |
| HSV(B) | 61.15º | 0.3% | 0.69% | - |
| XYZ | 36.84 | 41.62 | 25.16 | - |
| YUV | 169.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 124 | 0.01 | 0 | 0.30 | 0.31 | 61.15 | 0.25 | 0.59 |
| Hex | AF | B0 | 7C | 1 | 0 | 1E | 1F | 3D | 19 | 3B |
| Octal | 257 | 260 | 174 | 1 | 0 | 36 | 37 | 75 | 31 | 73 |
| Binary | 10101111 | 10110000 | 1111100 | 1 | 0 | 11110 | 11111 | 111101 | 11001 | 111011 |
Color Harmonies of #AFB07C
Complementary color
Monochromatic Colors of #AFB07C
Black with #AFB07C
Text Example
Text Example
White with #AFB07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB07C; }
p { color: rgb(175,176,124); }
H1.HeaderClassName
{
color: #AFB07C;
}
.AnyTagClassName
{
color: #AFB07C;
}
</style>
background-color css
<style>
a { background-color: #AFB07C; }
a { background-color: rgb(175,176,124); }
div.DivClassName
{
background-color: #AFB07C;
}
.BgClassName
{
background-color: #AFB07C;
}
</style>
border-color css
<style>
span { border-color: #AFB07C; }
span { border-color: rgb(175,176,124); }
td.TdClassName
{
border-color: #AFB07C;
}
.TagClassName
{
border-color: #AFB07C;
}
</style>