Shades of Locust #AFB277
Tints of Locust #AFB277
RGB
CMYK
RGB Variations
Color information
#AFB277 (or 0xAFB277) is known color: Locust. HEX triplet: AF, B2 and 77. RGB value is (175,178,119). Sum of RGB (Red+Green+Blue) = 175+178+119=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB277 is #504D88. Grayscale: #AAAAAA. Windows color (decimal): -5262729 or 7844527. OLE color: 7844527.
HSL color Cylindrical-coordinate representation of color #AFB277: hue angle of 63.05º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFB277 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 178 | 119 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.30 |
| HSL | 63.05º | 0.28% | 0.58% | - |
| HSV(B) | 63.05º | 0.33% | 0.7% | - |
| XYZ | 36.93 | 42.29 | 23.67 | - |
| YUV | 170.38 | 99.01 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 119 | 0.02 | 0 | 0.33 | 0.30 | 63.05 | 0.28 | 0.58 |
| Hex | AF | B2 | 77 | 2 | 0 | 21 | 1E | 3F | 1C | 3A |
| Octal | 257 | 262 | 167 | 2 | 0 | 41 | 36 | 77 | 34 | 72 |
| Binary | 10101111 | 10110010 | 1110111 | 10 | 0 | 100001 | 11110 | 111111 | 11100 | 111010 |
Color Harmonies of #AFB277
Complementary color
Monochromatic Colors of #AFB277
Black with #AFB277
Text Example
Text Example
White with #AFB277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB277; }
p { color: rgb(175,178,119); }
H1.HeaderClassName
{
color: #AFB277;
}
.AnyTagClassName
{
color: #AFB277;
}
</style>
background-color css
<style>
a { background-color: #AFB277; }
a { background-color: rgb(175,178,119); }
div.DivClassName
{
background-color: #AFB277;
}
.BgClassName
{
background-color: #AFB277;
}
</style>
border-color css
<style>
span { border-color: #AFB277; }
span { border-color: rgb(175,178,119); }
td.TdClassName
{
border-color: #AFB277;
}
.TagClassName
{
border-color: #AFB277;
}
</style>