Shades of Bud #A6A68F
Tints of Bud #A6A68F
RGB
CMYK
RGB Variations
Color information
#A6A68F (or 0xA6A68F) is known color: Bud. HEX triplet: A6, A6 and 8F. RGB value is (166,166,143). Sum of RGB (Red+Green+Blue) = 166+166+143=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A68F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A68F is #595970. Grayscale: #A3A3A3. Windows color (decimal): -5855601 or 9414310. OLE color: 9414310.
HSL color Cylindrical-coordinate representation of color #A6A68F: 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.14%. Process color model (Four color, CMYK) of #A6A68F is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 166 | 143 | - |
| CMYK | 0 | 0 | 0.14 | 0.35 |
| HSL | 60º | 0.11% | 0.61% | - |
| HSV(B) | 60º | 0.14% | 0.65% | - |
| XYZ | 34.32 | 37.36 | 31.39 | - |
| YUV | 163.38 | 116.5 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 166 | 143 | 0 | 0 | 0.14 | 0.35 | 60 | 0.11 | 0.61 |
| Hex | A6 | A6 | 8F | 0 | 0 | E | 23 | 3C | B | 3D |
| Octal | 246 | 246 | 217 | 0 | 0 | 16 | 43 | 74 | 13 | 75 |
| Binary | 10100110 | 10100110 | 10001111 | 0 | 0 | 1110 | 100011 | 111100 | 1011 | 111101 |
Color Harmonies of #A6A68F
Complementary color
Monochromatic Colors of #A6A68F
Black with #A6A68F
Text Example
Text Example
White with #A6A68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A68F; }
p { color: rgb(166,166,143); }
H1.HeaderClassName
{
color: #A6A68F;
}
.AnyTagClassName
{
color: #A6A68F;
}
</style>
background-color css
<style>
a { background-color: #A6A68F; }
a { background-color: rgb(166,166,143); }
div.DivClassName
{
background-color: #A6A68F;
}
.BgClassName
{
background-color: #A6A68F;
}
</style>
border-color css
<style>
span { border-color: #A6A68F; }
span { border-color: rgb(166,166,143); }
td.TdClassName
{
border-color: #A6A68F;
}
.TagClassName
{
border-color: #A6A68F;
}
</style>