Shades of Bud #A3AF85
Tints of Bud #A3AF85
RGB
CMYK
RGB Variations
Color information
#A3AF85 (or 0xA3AF85) is known color: Bud. HEX triplet: A3, AF and 85. RGB value is (163,175,133). Sum of RGB (Red+Green+Blue) = 163+175+133=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AF85 is #5C507A. Grayscale: #A6A6A6. Windows color (decimal): -6049915 or 8761251. OLE color: 8761251.
HSL color Cylindrical-coordinate representation of color #A3AF85: hue angle of 77.14º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3AF85 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 175 | 133 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.31 |
| HSL | 77.14º | 0.21% | 0.6% | - |
| HSV(B) | 77.14º | 0.24% | 0.69% | - |
| XYZ | 34.67 | 40.14 | 28.11 | - |
| YUV | 166.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 133 | 0.07 | 0 | 0.24 | 0.31 | 77.14 | 0.21 | 0.6 |
| Hex | A3 | AF | 85 | 7 | 0 | 18 | 1F | 4D | 15 | 3C |
| Octal | 243 | 257 | 205 | 7 | 0 | 30 | 37 | 115 | 25 | 74 |
| Binary | 10100011 | 10101111 | 10000101 | 111 | 0 | 11000 | 11111 | 1001101 | 10101 | 111100 |
Color Harmonies of #A3AF85
Complementary color
Monochromatic Colors of #A3AF85
Black with #A3AF85
Text Example
Text Example
White with #A3AF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AF85; }
p { color: rgb(163,175,133); }
H1.HeaderClassName
{
color: #A3AF85;
}
.AnyTagClassName
{
color: #A3AF85;
}
</style>
background-color css
<style>
a { background-color: #A3AF85; }
a { background-color: rgb(163,175,133); }
div.DivClassName
{
background-color: #A3AF85;
}
.BgClassName
{
background-color: #A3AF85;
}
</style>
border-color css
<style>
span { border-color: #A3AF85; }
span { border-color: rgb(163,175,133); }
td.TdClassName
{
border-color: #A3AF85;
}
.TagClassName
{
border-color: #A3AF85;
}
</style>