Shades of Bud #A1A692
Tints of Bud #A1A692
RGB
CMYK
RGB Variations
Color information
#A1A692 (or 0xA1A692) is known color: Bud. HEX triplet: A1, A6 and 92. RGB value is (161,166,146). Sum of RGB (Red+Green+Blue) = 161+166+146=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A692 is #5E596D. Grayscale: #A2A2A2. Windows color (decimal): -6183278 or 9610913. OLE color: 9610913.
HSL color Cylindrical-coordinate representation of color #A1A692: hue angle of 75º 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 #A1A692 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 166 | 146 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.35 |
| HSL | 75º | 0.1% | 0.61% | - |
| HSV(B) | 75º | 0.12% | 0.65% | - |
| XYZ | 33.52 | 36.92 | 32.55 | - |
| YUV | 162.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 166 | 146 | 0.03 | 0 | 0.12 | 0.35 | 75 | 0.1 | 0.61 |
| Hex | A1 | A6 | 92 | 3 | 0 | C | 23 | 4B | A | 3D |
| Octal | 241 | 246 | 222 | 3 | 0 | 14 | 43 | 113 | 12 | 75 |
| Binary | 10100001 | 10100110 | 10010010 | 11 | 0 | 1100 | 100011 | 1001011 | 1010 | 111101 |
Color Harmonies of #A1A692
Complementary color
Monochromatic Colors of #A1A692
Black with #A1A692
Text Example
Text Example
White with #A1A692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A692; }
p { color: rgb(161,166,146); }
H1.HeaderClassName
{
color: #A1A692;
}
.AnyTagClassName
{
color: #A1A692;
}
</style>
background-color css
<style>
a { background-color: #A1A692; }
a { background-color: rgb(161,166,146); }
div.DivClassName
{
background-color: #A1A692;
}
.BgClassName
{
background-color: #A1A692;
}
</style>
border-color css
<style>
span { border-color: #A1A692; }
span { border-color: rgb(161,166,146); }
td.TdClassName
{
border-color: #A1A692;
}
.TagClassName
{
border-color: #A1A692;
}
</style>