Shades of Locust #AFB276
Tints of Locust #AFB276
RGB
CMYK
RGB Variations
Color information
#AFB276 (or 0xAFB276) is known color: Locust. HEX triplet: AF, B2 and 76. RGB value is (175,178,118). Sum of RGB (Red+Green+Blue) = 175+178+118=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB276 is #504D89. Grayscale: #AAAAAA. Windows color (decimal): -5262730 or 7778991. OLE color: 7778991.
HSL color Cylindrical-coordinate representation of color #AFB276: hue angle of 63º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFB276 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 178 | 118 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.30 |
| HSL | 63º | 0.28% | 0.58% | - |
| HSV(B) | 63º | 0.34% | 0.7% | - |
| XYZ | 36.87 | 42.26 | 23.35 | - |
| YUV | 170.26 | 98.51 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 118 | 0.02 | 0 | 0.34 | 0.30 | 63 | 0.28 | 0.58 |
| Hex | AF | B2 | 76 | 2 | 0 | 22 | 1E | 3F | 1C | 3A |
| Octal | 257 | 262 | 166 | 2 | 0 | 42 | 36 | 77 | 34 | 72 |
| Binary | 10101111 | 10110010 | 1110110 | 10 | 0 | 100010 | 11110 | 111111 | 11100 | 111010 |
Color Harmonies of #AFB276
Complementary color
Monochromatic Colors of #AFB276
Black with #AFB276
Text Example
Text Example
White with #AFB276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB276; }
p { color: rgb(175,178,118); }
H1.HeaderClassName
{
color: #AFB276;
}
.AnyTagClassName
{
color: #AFB276;
}
</style>
background-color css
<style>
a { background-color: #AFB276; }
a { background-color: rgb(175,178,118); }
div.DivClassName
{
background-color: #AFB276;
}
.BgClassName
{
background-color: #AFB276;
}
</style>
border-color css
<style>
span { border-color: #AFB276; }
span { border-color: rgb(175,178,118); }
td.TdClassName
{
border-color: #AFB276;
}
.TagClassName
{
border-color: #AFB276;
}
</style>