Shades of Bud #A6A68E
Tints of Bud #A6A68E
RGB
CMYK
RGB Variations
Color information
#A6A68E (or 0xA6A68E) is known color: Bud. HEX triplet: A6, A6 and 8E. RGB value is (166,166,142). Sum of RGB (Red+Green+Blue) = 166+166+142=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A68E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A68E is #595971. Grayscale: #A3A3A3. Windows color (decimal): -5855602 or 9348774. OLE color: 9348774.
HSL color Cylindrical-coordinate representation of color #A6A68E: hue angle of 60º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6A68E is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 166 | 142 | - |
| CMYK | 0 | 0 | 0.14 | 0.35 |
| HSL | 60º | 0.12% | 0.6% | - |
| HSV(B) | 60º | 0.14% | 0.65% | - |
| XYZ | 34.24 | 37.33 | 30.99 | - |
| YUV | 163.26 | 116 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 166 | 142 | 0 | 0 | 0.14 | 0.35 | 60 | 0.12 | 0.6 |
| Hex | A6 | A6 | 8E | 0 | 0 | E | 23 | 3C | C | 3C |
| Octal | 246 | 246 | 216 | 0 | 0 | 16 | 43 | 74 | 14 | 74 |
| Binary | 10100110 | 10100110 | 10001110 | 0 | 0 | 1110 | 100011 | 111100 | 1100 | 111100 |
Color Harmonies of #A6A68E
Complementary color
Monochromatic Colors of #A6A68E
Black with #A6A68E
Text Example
Text Example
White with #A6A68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A68E; }
p { color: rgb(166,166,142); }
H1.HeaderClassName
{
color: #A6A68E;
}
.AnyTagClassName
{
color: #A6A68E;
}
</style>
background-color css
<style>
a { background-color: #A6A68E; }
a { background-color: rgb(166,166,142); }
div.DivClassName
{
background-color: #A6A68E;
}
.BgClassName
{
background-color: #A6A68E;
}
</style>
border-color css
<style>
span { border-color: #A6A68E; }
span { border-color: rgb(166,166,142); }
td.TdClassName
{
border-color: #A6A68E;
}
.TagClassName
{
border-color: #A6A68E;
}
</style>