Shades of Bud #A8AD90
Tints of Bud #A8AD90
RGB
CMYK
RGB Variations
Color information
#A8AD90 (or 0xA8AD90) is known color: Bud. HEX triplet: A8, AD and 90. RGB value is (168,173,144). Sum of RGB (Red+Green+Blue) = 168+173+144=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AD90 is #57526F. Grayscale: #A8A8A8. Windows color (decimal): -5722736 or 9481640. OLE color: 9481640.
HSL color Cylindrical-coordinate representation of color #A8AD90: hue angle of 70.34º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8AD90 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 144 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.32 |
| HSL | 70.34º | 0.15% | 0.62% | - |
| HSV(B) | 70.34º | 0.17% | 0.68% | - |
| XYZ | 36.13 | 40.23 | 32.25 | - |
| YUV | 168.2 | 114.34 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 144 | 0.03 | 0 | 0.17 | 0.32 | 70.34 | 0.15 | 0.62 |
| Hex | A8 | AD | 90 | 3 | 0 | 11 | 20 | 46 | F | 3E |
| Octal | 250 | 255 | 220 | 3 | 0 | 21 | 40 | 106 | 17 | 76 |
| Binary | 10101000 | 10101101 | 10010000 | 11 | 0 | 10001 | 100000 | 1000110 | 1111 | 111110 |
Color Harmonies of #A8AD90
Complementary color
Monochromatic Colors of #A8AD90
Black with #A8AD90
Text Example
Text Example
White with #A8AD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD90; }
p { color: rgb(168,173,144); }
H1.HeaderClassName
{
color: #A8AD90;
}
.AnyTagClassName
{
color: #A8AD90;
}
</style>
background-color css
<style>
a { background-color: #A8AD90; }
a { background-color: rgb(168,173,144); }
div.DivClassName
{
background-color: #A8AD90;
}
.BgClassName
{
background-color: #A8AD90;
}
</style>
border-color css
<style>
span { border-color: #A8AD90; }
span { border-color: rgb(168,173,144); }
td.TdClassName
{
border-color: #A8AD90;
}
.TagClassName
{
border-color: #A8AD90;
}
</style>