Shades of Bud #A3AB8A
Tints of Bud #A3AB8A
RGB
CMYK
RGB Variations
Color information
#A3AB8A (or 0xA3AB8A) is known color: Bud. HEX triplet: A3, AB and 8A. RGB value is (163,171,138). Sum of RGB (Red+Green+Blue) = 163+171+138=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AB8A is #5C5475. Grayscale: #A4A4A4. Windows color (decimal): -6050934 or 9087907. OLE color: 9087907.
HSL color Cylindrical-coordinate representation of color #A3AB8A: hue angle of 74.55º 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 #A3AB8A is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 171 | 138 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.33 |
| HSL | 74.55º | 0.16% | 0.61% | - |
| HSV(B) | 74.55º | 0.19% | 0.67% | - |
| XYZ | 34.25 | 38.75 | 29.72 | - |
| YUV | 164.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 171 | 138 | 0.05 | 0 | 0.19 | 0.33 | 74.55 | 0.16 | 0.61 |
| Hex | A3 | AB | 8A | 5 | 0 | 13 | 21 | 4B | 10 | 3D |
| Octal | 243 | 253 | 212 | 5 | 0 | 23 | 41 | 113 | 20 | 75 |
| Binary | 10100011 | 10101011 | 10001010 | 101 | 0 | 10011 | 100001 | 1001011 | 10000 | 111101 |
Color Harmonies of #A3AB8A
Complementary color
Monochromatic Colors of #A3AB8A
Black with #A3AB8A
Text Example
Text Example
White with #A3AB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AB8A; }
p { color: rgb(163,171,138); }
H1.HeaderClassName
{
color: #A3AB8A;
}
.AnyTagClassName
{
color: #A3AB8A;
}
</style>
background-color css
<style>
a { background-color: #A3AB8A; }
a { background-color: rgb(163,171,138); }
div.DivClassName
{
background-color: #A3AB8A;
}
.BgClassName
{
background-color: #A3AB8A;
}
</style>
border-color css
<style>
span { border-color: #A3AB8A; }
span { border-color: rgb(163,171,138); }
td.TdClassName
{
border-color: #A3AB8A;
}
.TagClassName
{
border-color: #A3AB8A;
}
</style>