Shades of Bud #A6A690
Tints of Bud #A6A690
RGB
CMYK
RGB Variations
Color information
#A6A690 (or 0xA6A690) is known color: Bud. HEX triplet: A6, A6 and 90. RGB value is (166,166,144). Sum of RGB (Red+Green+Blue) = 166+166+144=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A690 is #59596F. Grayscale: #A3A3A3. Windows color (decimal): -5855600 or 9479846. OLE color: 9479846.
HSL color Cylindrical-coordinate representation of color #A6A690: hue angle of 60º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6A690 is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 166 | 144 | - |
| CMYK | 0 | 0 | 0.13 | 0.35 |
| HSL | 60º | 0.11% | 0.61% | - |
| HSV(B) | 60º | 0.13% | 0.65% | - |
| XYZ | 34.4 | 37.39 | 31.79 | - |
| YUV | 163.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 166 | 144 | 0 | 0 | 0.13 | 0.35 | 60 | 0.11 | 0.61 |
| Hex | A6 | A6 | 90 | 0 | 0 | D | 23 | 3C | B | 3D |
| Octal | 246 | 246 | 220 | 0 | 0 | 15 | 43 | 74 | 13 | 75 |
| Binary | 10100110 | 10100110 | 10010000 | 0 | 0 | 1101 | 100011 | 111100 | 1011 | 111101 |
Color Harmonies of #A6A690
Complementary color
Monochromatic Colors of #A6A690
Black with #A6A690
Text Example
Text Example
White with #A6A690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A690; }
p { color: rgb(166,166,144); }
H1.HeaderClassName
{
color: #A6A690;
}
.AnyTagClassName
{
color: #A6A690;
}
</style>
background-color css
<style>
a { background-color: #A6A690; }
a { background-color: rgb(166,166,144); }
div.DivClassName
{
background-color: #A6A690;
}
.BgClassName
{
background-color: #A6A690;
}
</style>
border-color css
<style>
span { border-color: #A6A690; }
span { border-color: rgb(166,166,144); }
td.TdClassName
{
border-color: #A6A690;
}
.TagClassName
{
border-color: #A6A690;
}
</style>