Shades of Bud #A3B085
Tints of Bud #A3B085
RGB
CMYK
RGB Variations
Color information
#A3B085 (or 0xA3B085) is known color: Bud. HEX triplet: A3, B0 and 85. RGB value is (163,176,133). Sum of RGB (Red+Green+Blue) = 163+176+133=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B085 is #5C4F7A. Grayscale: #A7A7A7. Windows color (decimal): -6049659 or 8761507. OLE color: 8761507.
HSL color Cylindrical-coordinate representation of color #A3B085: hue angle of 78.14º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3B085 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 176 | 133 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.31 |
| HSL | 78.14º | 0.21% | 0.61% | - |
| HSV(B) | 78.14º | 0.24% | 0.69% | - |
| XYZ | 34.86 | 40.53 | 28.18 | - |
| YUV | 167.21 | 108.69 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 133 | 0.07 | 0 | 0.24 | 0.31 | 78.14 | 0.21 | 0.61 |
| Hex | A3 | B0 | 85 | 7 | 0 | 18 | 1F | 4E | 15 | 3D |
| Octal | 243 | 260 | 205 | 7 | 0 | 30 | 37 | 116 | 25 | 75 |
| Binary | 10100011 | 10110000 | 10000101 | 111 | 0 | 11000 | 11111 | 1001110 | 10101 | 111101 |
Color Harmonies of #A3B085
Complementary color
Monochromatic Colors of #A3B085
Black with #A3B085
Text Example
Text Example
White with #A3B085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B085; }
p { color: rgb(163,176,133); }
H1.HeaderClassName
{
color: #A3B085;
}
.AnyTagClassName
{
color: #A3B085;
}
</style>
background-color css
<style>
a { background-color: #A3B085; }
a { background-color: rgb(163,176,133); }
div.DivClassName
{
background-color: #A3B085;
}
.BgClassName
{
background-color: #A3B085;
}
</style>
border-color css
<style>
span { border-color: #A3B085; }
span { border-color: rgb(163,176,133); }
td.TdClassName
{
border-color: #A3B085;
}
.TagClassName
{
border-color: #A3B085;
}
</style>