Shades of Locust #ADB083
Tints of Locust #ADB083
RGB
CMYK
RGB Variations
Color information
#ADB083 (or 0xADB083) is known color: Locust. HEX triplet: AD, B0 and 83. RGB value is (173,176,131). Sum of RGB (Red+Green+Blue) = 173+176+131=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB083 is #524F7C. Grayscale: #AAAAAA. Windows color (decimal): -5394301 or 8630445. OLE color: 8630445.
HSL color Cylindrical-coordinate representation of color #ADB083: hue angle of 64º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADB083 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 131 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.31 |
| HSL | 64º | 0.22% | 0.6% | - |
| HSV(B) | 64º | 0.26% | 0.69% | - |
| XYZ | 36.86 | 41.57 | 27.55 | - |
| YUV | 169.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 131 | 0.02 | 0 | 0.26 | 0.31 | 64 | 0.22 | 0.6 |
| Hex | AD | B0 | 83 | 2 | 0 | 1A | 1F | 40 | 16 | 3C |
| Octal | 255 | 260 | 203 | 2 | 0 | 32 | 37 | 100 | 26 | 74 |
| Binary | 10101101 | 10110000 | 10000011 | 10 | 0 | 11010 | 11111 | 1000000 | 10110 | 111100 |
Color Harmonies of #ADB083
Complementary color
Monochromatic Colors of #ADB083
Black with #ADB083
Text Example
Text Example
White with #ADB083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB083; }
p { color: rgb(173,176,131); }
H1.HeaderClassName
{
color: #ADB083;
}
.AnyTagClassName
{
color: #ADB083;
}
</style>
background-color css
<style>
a { background-color: #ADB083; }
a { background-color: rgb(173,176,131); }
div.DivClassName
{
background-color: #ADB083;
}
.BgClassName
{
background-color: #ADB083;
}
</style>
border-color css
<style>
span { border-color: #ADB083; }
span { border-color: rgb(173,176,131); }
td.TdClassName
{
border-color: #ADB083;
}
.TagClassName
{
border-color: #ADB083;
}
</style>