Shades of Bud #A1A68E
Tints of Bud #A1A68E
RGB
CMYK
RGB Variations
Color information
#A1A68E (or 0xA1A68E) is known color: Bud. HEX triplet: A1, A6 and 8E. RGB value is (161,166,142). Sum of RGB (Red+Green+Blue) = 161+166+142=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A68E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A68E is #5E5971. Grayscale: #A1A1A1. Windows color (decimal): -6183282 or 9348769. OLE color: 9348769.
HSL color Cylindrical-coordinate representation of color #A1A68E: hue angle of 72.5º 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 #A1A68E is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 166 | 142 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.35 |
| HSL | 72.5º | 0.12% | 0.6% | - |
| HSV(B) | 72.5º | 0.14% | 0.65% | - |
| XYZ | 33.22 | 36.8 | 30.94 | - |
| YUV | 161.77 | 116.84 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 166 | 142 | 0.03 | 0 | 0.14 | 0.35 | 72.5 | 0.12 | 0.6 |
| Hex | A1 | A6 | 8E | 3 | 0 | E | 23 | 48 | C | 3C |
| Octal | 241 | 246 | 216 | 3 | 0 | 16 | 43 | 110 | 14 | 74 |
| Binary | 10100001 | 10100110 | 10001110 | 11 | 0 | 1110 | 100011 | 1001000 | 1100 | 111100 |
Color Harmonies of #A1A68E
Complementary color
Monochromatic Colors of #A1A68E
Black with #A1A68E
Text Example
Text Example
White with #A1A68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A68E; }
p { color: rgb(161,166,142); }
H1.HeaderClassName
{
color: #A1A68E;
}
.AnyTagClassName
{
color: #A1A68E;
}
</style>
background-color css
<style>
a { background-color: #A1A68E; }
a { background-color: rgb(161,166,142); }
div.DivClassName
{
background-color: #A1A68E;
}
.BgClassName
{
background-color: #A1A68E;
}
</style>
border-color css
<style>
span { border-color: #A1A68E; }
span { border-color: rgb(161,166,142); }
td.TdClassName
{
border-color: #A1A68E;
}
.TagClassName
{
border-color: #A1A68E;
}
</style>