Shades of Bud #A8AA9A
Tints of Bud #A8AA9A
RGB
CMYK
RGB Variations
Color information
#A8AA9A (or 0xA8AA9A) is known color: Bud. HEX triplet: A8, AA and 9A. RGB value is (168,170,154). Sum of RGB (Red+Green+Blue) = 168+170+154=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AA9A is #575565. Grayscale: #A7A7A7. Windows color (decimal): -5723494 or 10136232. OLE color: 10136232.
HSL color Cylindrical-coordinate representation of color #A8AA9A: hue angle of 67.5º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8AA9A is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 170 | 154 | - |
CMYK | 0.01 | 0 | 0.09 | 0.33 |
HSL | 67.5º | 0.09% | 0.64% | - |
HSV(B) | 67.5º | 0.09% | 0.67% | - |
XYZ | 36.36 | 39.41 | 36.26 | - |
YUV | 167.58 | 120.34 | 128.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 170 | 154 | 0.01 | 0 | 0.09 | 0.33 | 67.5 | 0.09 | 0.64 |
Hex | A8 | AA | 9A | 1 | 0 | 9 | 21 | 44 | 9 | 40 |
Octal | 250 | 252 | 232 | 1 | 0 | 11 | 41 | 104 | 11 | 100 |
Binary | 10101000 | 10101010 | 10011010 | 1 | 0 | 1001 | 100001 | 1000100 | 1001 | 1000000 |
Color Harmonies of #A8AA9A
Complementary color
Monochromatic Colors of #A8AA9A
Black with #A8AA9A
Text Example
Text Example
White with #A8AA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA9A; }
p { color: rgb(168,170,154); }
H1.HeaderClassName
{
color: #A8AA9A;
}
.AnyTagClassName
{
color: #A8AA9A;
}
</style>
background-color css
<style>
a { background-color: #A8AA9A; }
a { background-color: rgb(168,170,154); }
div.DivClassName
{
background-color: #A8AA9A;
}
.BgClassName
{
background-color: #A8AA9A;
}
</style>
border-color css
<style>
span { border-color: #A8AA9A; }
span { border-color: rgb(168,170,154); }
td.TdClassName
{
border-color: #A8AA9A;
}
.TagClassName
{
border-color: #A8AA9A;
}
</style>