Shades of Bud #ADAE9A
Tints of Bud #ADAE9A
RGB
CMYK
RGB Variations
Color information
#ADAE9A (or 0xADAE9A) is known color: Bud. HEX triplet: AD, AE and 9A. RGB value is (173,174,154). Sum of RGB (Red+Green+Blue) = 173+174+154=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAE9A is #525165. Grayscale: #ABABAB. Windows color (decimal): -5394790 or 10137261. OLE color: 10137261.
HSL color Cylindrical-coordinate representation of color #ADAE9A: hue angle of 63º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADAE9A is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 154 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.32 |
| HSL | 63º | 0.11% | 0.64% | - |
| HSV(B) | 63º | 0.11% | 0.68% | - |
| XYZ | 38.2 | 41.49 | 36.57 | - |
| YUV | 171.42 | 118.17 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 154 | 0.01 | 0 | 0.11 | 0.32 | 63 | 0.11 | 0.64 |
| Hex | AD | AE | 9A | 1 | 0 | B | 20 | 3F | B | 40 |
| Octal | 255 | 256 | 232 | 1 | 0 | 13 | 40 | 77 | 13 | 100 |
| Binary | 10101101 | 10101110 | 10011010 | 1 | 0 | 1011 | 100000 | 111111 | 1011 | 1000000 |
Color Harmonies of #ADAE9A
Complementary color
Monochromatic Colors of #ADAE9A
Black with #ADAE9A
Text Example
Text Example
White with #ADAE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE9A; }
p { color: rgb(173,174,154); }
H1.HeaderClassName
{
color: #ADAE9A;
}
.AnyTagClassName
{
color: #ADAE9A;
}
</style>
background-color css
<style>
a { background-color: #ADAE9A; }
a { background-color: rgb(173,174,154); }
div.DivClassName
{
background-color: #ADAE9A;
}
.BgClassName
{
background-color: #ADAE9A;
}
</style>
border-color css
<style>
span { border-color: #ADAE9A; }
span { border-color: rgb(173,174,154); }
td.TdClassName
{
border-color: #ADAE9A;
}
.TagClassName
{
border-color: #ADAE9A;
}
</style>