Shades of Bud #A3AD88
Tints of Bud #A3AD88
RGB
CMYK
RGB Variations
Color information
#A3AD88 (or 0xA3AD88) is known color: Bud. HEX triplet: A3, AD and 88. RGB value is (163,173,136). Sum of RGB (Red+Green+Blue) = 163+173+136=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AD88 is #5C5277. Grayscale: #A5A5A5. Windows color (decimal): -6050424 or 8957347. OLE color: 8957347.
HSL color Cylindrical-coordinate representation of color #A3AD88: hue angle of 76.22º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3AD88 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 173 | 136 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.32 |
| HSL | 76.22º | 0.18% | 0.61% | - |
| HSV(B) | 76.22º | 0.21% | 0.68% | - |
| XYZ | 34.49 | 39.45 | 29.09 | - |
| YUV | 165.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 173 | 136 | 0.06 | 0 | 0.21 | 0.32 | 76.22 | 0.18 | 0.61 |
| Hex | A3 | AD | 88 | 6 | 0 | 15 | 20 | 4C | 12 | 3D |
| Octal | 243 | 255 | 210 | 6 | 0 | 25 | 40 | 114 | 22 | 75 |
| Binary | 10100011 | 10101101 | 10001000 | 110 | 0 | 10101 | 100000 | 1001100 | 10010 | 111101 |
Color Harmonies of #A3AD88
Complementary color
Monochromatic Colors of #A3AD88
Black with #A3AD88
Text Example
Text Example
White with #A3AD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AD88; }
p { color: rgb(163,173,136); }
H1.HeaderClassName
{
color: #A3AD88;
}
.AnyTagClassName
{
color: #A3AD88;
}
</style>
background-color css
<style>
a { background-color: #A3AD88; }
a { background-color: rgb(163,173,136); }
div.DivClassName
{
background-color: #A3AD88;
}
.BgClassName
{
background-color: #A3AD88;
}
</style>
border-color css
<style>
span { border-color: #A3AD88; }
span { border-color: rgb(163,173,136); }
td.TdClassName
{
border-color: #A3AD88;
}
.TagClassName
{
border-color: #A3AD88;
}
</style>