Shades of Bud #A8AE8B
Tints of Bud #A8AE8B
RGB
CMYK
RGB Variations
Color information
#A8AE8B (or 0xA8AE8B) is known color: Bud. HEX triplet: A8, AE and 8B. RGB value is (168,174,139). Sum of RGB (Red+Green+Blue) = 168+174+139=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AE8B is #575174. Grayscale: #A8A8A8. Windows color (decimal): -5722485 or 9154216. OLE color: 9154216.
HSL color Cylindrical-coordinate representation of color #A8AE8B: hue angle of 70.29º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8AE8B is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 139 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.32 |
| HSL | 70.29º | 0.18% | 0.61% | - |
| HSV(B) | 70.29º | 0.2% | 0.68% | - |
| XYZ | 35.94 | 40.46 | 30.34 | - |
| YUV | 168.22 | 111.51 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 139 | 0.03 | 0 | 0.20 | 0.32 | 70.29 | 0.18 | 0.61 |
| Hex | A8 | AE | 8B | 3 | 0 | 14 | 20 | 46 | 12 | 3D |
| Octal | 250 | 256 | 213 | 3 | 0 | 24 | 40 | 106 | 22 | 75 |
| Binary | 10101000 | 10101110 | 10001011 | 11 | 0 | 10100 | 100000 | 1000110 | 10010 | 111101 |
Color Harmonies of #A8AE8B
Complementary color
Monochromatic Colors of #A8AE8B
Black with #A8AE8B
Text Example
Text Example
White with #A8AE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE8B; }
p { color: rgb(168,174,139); }
H1.HeaderClassName
{
color: #A8AE8B;
}
.AnyTagClassName
{
color: #A8AE8B;
}
</style>
background-color css
<style>
a { background-color: #A8AE8B; }
a { background-color: rgb(168,174,139); }
div.DivClassName
{
background-color: #A8AE8B;
}
.BgClassName
{
background-color: #A8AE8B;
}
</style>
border-color css
<style>
span { border-color: #A8AE8B; }
span { border-color: rgb(168,174,139); }
td.TdClassName
{
border-color: #A8AE8B;
}
.TagClassName
{
border-color: #A8AE8B;
}
</style>