Shades of Bud #ADB087
Tints of Bud #ADB087
RGB
CMYK
RGB Variations
Color information
#ADB087 (or 0xADB087) is known color: Bud. HEX triplet: AD, B0 and 87. RGB value is (173,176,135). Sum of RGB (Red+Green+Blue) = 173+176+135=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB087 is #524F78. Grayscale: #AAAAAA. Windows color (decimal): -5394297 or 8892589. OLE color: 8892589.
HSL color Cylindrical-coordinate representation of color #ADB087: hue angle of 64.39º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADB087 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 135 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.31 |
| HSL | 64.39º | 0.21% | 0.61% | - |
| HSV(B) | 64.39º | 0.23% | 0.69% | - |
| XYZ | 37.13 | 41.68 | 29.01 | - |
| YUV | 170.43 | 108.01 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 135 | 0.02 | 0 | 0.23 | 0.31 | 64.39 | 0.21 | 0.61 |
| Hex | AD | B0 | 87 | 2 | 0 | 17 | 1F | 40 | 15 | 3D |
| Octal | 255 | 260 | 207 | 2 | 0 | 27 | 37 | 100 | 25 | 75 |
| Binary | 10101101 | 10110000 | 10000111 | 10 | 0 | 10111 | 11111 | 1000000 | 10101 | 111101 |
Color Harmonies of #ADB087
Complementary color
Monochromatic Colors of #ADB087
Black with #ADB087
Text Example
Text Example
White with #ADB087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB087; }
p { color: rgb(173,176,135); }
H1.HeaderClassName
{
color: #ADB087;
}
.AnyTagClassName
{
color: #ADB087;
}
</style>
background-color css
<style>
a { background-color: #ADB087; }
a { background-color: rgb(173,176,135); }
div.DivClassName
{
background-color: #ADB087;
}
.BgClassName
{
background-color: #ADB087;
}
</style>
border-color css
<style>
span { border-color: #ADB087; }
span { border-color: rgb(173,176,135); }
td.TdClassName
{
border-color: #ADB087;
}
.TagClassName
{
border-color: #ADB087;
}
</style>