Shades of Bud #A1AB8A
Tints of Bud #A1AB8A
RGB
CMYK
RGB Variations
Color information
#A1AB8A (or 0xA1AB8A) is known color: Bud. HEX triplet: A1, AB and 8A. RGB value is (161,171,138). Sum of RGB (Red+Green+Blue) = 161+171+138=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AB8A is #5E5475. Grayscale: #A4A4A4. Windows color (decimal): -6182006 or 9087905. OLE color: 9087905.
HSL color Cylindrical-coordinate representation of color #A1AB8A: hue angle of 78.18º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A1AB8A is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 138 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.33 |
| HSL | 78.18º | 0.16% | 0.61% | - |
| HSV(B) | 78.18º | 0.19% | 0.67% | - |
| XYZ | 33.85 | 38.54 | 29.7 | - |
| YUV | 164.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 138 | 0.06 | 0 | 0.19 | 0.33 | 78.18 | 0.16 | 0.61 |
| Hex | A1 | AB | 8A | 6 | 0 | 13 | 21 | 4E | 10 | 3D |
| Octal | 241 | 253 | 212 | 6 | 0 | 23 | 41 | 116 | 20 | 75 |
| Binary | 10100001 | 10101011 | 10001010 | 110 | 0 | 10011 | 100001 | 1001110 | 10000 | 111101 |
Color Harmonies of #A1AB8A
Complementary color
Monochromatic Colors of #A1AB8A
Black with #A1AB8A
Text Example
Text Example
White with #A1AB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB8A; }
p { color: rgb(161,171,138); }
H1.HeaderClassName
{
color: #A1AB8A;
}
.AnyTagClassName
{
color: #A1AB8A;
}
</style>
background-color css
<style>
a { background-color: #A1AB8A; }
a { background-color: rgb(161,171,138); }
div.DivClassName
{
background-color: #A1AB8A;
}
.BgClassName
{
background-color: #A1AB8A;
}
</style>
border-color css
<style>
span { border-color: #A1AB8A; }
span { border-color: rgb(161,171,138); }
td.TdClassName
{
border-color: #A1AB8A;
}
.TagClassName
{
border-color: #A1AB8A;
}
</style>