Shades of Locust #AFB381
Tints of Locust #AFB381
RGB
CMYK
RGB Variations
Color information
#AFB381 (or 0xAFB381) is known color: Locust. HEX triplet: AF, B3 and 81. RGB value is (175,179,129). Sum of RGB (Red+Green+Blue) = 175+179+129=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB381 is #504C7E. Grayscale: #ACACAC. Windows color (decimal): -5262463 or 8500143. OLE color: 8500143.
HSL color Cylindrical-coordinate representation of color #AFB381: hue angle of 64.8º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFB381 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 129 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.30 |
| HSL | 64.8º | 0.25% | 0.6% | - |
| HSV(B) | 64.8º | 0.28% | 0.7% | - |
| XYZ | 37.76 | 42.94 | 27.07 | - |
| YUV | 172.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 129 | 0.02 | 0 | 0.28 | 0.30 | 64.8 | 0.25 | 0.6 |
| Hex | AF | B3 | 81 | 2 | 0 | 1C | 1E | 41 | 19 | 3C |
| Octal | 257 | 263 | 201 | 2 | 0 | 34 | 36 | 101 | 31 | 74 |
| Binary | 10101111 | 10110011 | 10000001 | 10 | 0 | 11100 | 11110 | 1000001 | 11001 | 111100 |
Color Harmonies of #AFB381
Complementary color
Monochromatic Colors of #AFB381
Black with #AFB381
Text Example
Text Example
White with #AFB381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB381; }
p { color: rgb(175,179,129); }
H1.HeaderClassName
{
color: #AFB381;
}
.AnyTagClassName
{
color: #AFB381;
}
</style>
background-color css
<style>
a { background-color: #AFB381; }
a { background-color: rgb(175,179,129); }
div.DivClassName
{
background-color: #AFB381;
}
.BgClassName
{
background-color: #AFB381;
}
</style>
border-color css
<style>
span { border-color: #AFB381; }
span { border-color: rgb(175,179,129); }
td.TdClassName
{
border-color: #AFB381;
}
.TagClassName
{
border-color: #AFB381;
}
</style>