Shades of Bud #A6A692
Tints of Bud #A6A692
RGB
CMYK
RGB Variations
Color information
#A6A692 (or 0xA6A692) is known color: Bud. HEX triplet: A6, A6 and 92. RGB value is (166,166,146). Sum of RGB (Red+Green+Blue) = 166+166+146=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A692 is #59596D. Grayscale: #A3A3A3. Windows color (decimal): -5855598 or 9610918. OLE color: 9610918.
HSL color Cylindrical-coordinate representation of color #A6A692: hue angle of 60º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6A692 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 166 | 146 | - |
| CMYK | 0 | 0 | 0.12 | 0.35 |
| HSL | 60º | 0.1% | 0.61% | - |
| HSV(B) | 60º | 0.12% | 0.65% | - |
| XYZ | 34.55 | 37.45 | 32.6 | - |
| YUV | 163.72 | 118 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 166 | 146 | 0 | 0 | 0.12 | 0.35 | 60 | 0.1 | 0.61 |
| Hex | A6 | A6 | 92 | 0 | 0 | C | 23 | 3C | A | 3D |
| Octal | 246 | 246 | 222 | 0 | 0 | 14 | 43 | 74 | 12 | 75 |
| Binary | 10100110 | 10100110 | 10010010 | 0 | 0 | 1100 | 100011 | 111100 | 1010 | 111101 |
Color Harmonies of #A6A692
Complementary color
Monochromatic Colors of #A6A692
Black with #A6A692
Text Example
Text Example
White with #A6A692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A692; }
p { color: rgb(166,166,146); }
H1.HeaderClassName
{
color: #A6A692;
}
.AnyTagClassName
{
color: #A6A692;
}
</style>
background-color css
<style>
a { background-color: #A6A692; }
a { background-color: rgb(166,166,146); }
div.DivClassName
{
background-color: #A6A692;
}
.BgClassName
{
background-color: #A6A692;
}
</style>
border-color css
<style>
span { border-color: #A6A692; }
span { border-color: rgb(166,166,146); }
td.TdClassName
{
border-color: #A6A692;
}
.TagClassName
{
border-color: #A6A692;
}
</style>