Shades of Bud #A9B183
Tints of Bud #A9B183
RGB
CMYK
RGB Variations
Color information
#A9B183 (or 0xA9B183) is known color: Bud. HEX triplet: A9, B1 and 83. RGB value is (169,177,131). Sum of RGB (Red+Green+Blue) = 169+177+131=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 177 - color contains mainly: green. Hex color #A9B183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B183 is #564E7C. Grayscale: #A9A9A9. Windows color (decimal): -5656189 or 8630697. OLE color: 8630697.
HSL color Cylindrical-coordinate representation of color #A9B183: hue angle of 70.43º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9B183 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 177 | 131 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.31 |
| HSL | 70.43º | 0.23% | 0.6% | - |
| HSV(B) | 70.43º | 0.26% | 0.69% | - |
| XYZ | 36.18 | 41.52 | 27.58 | - |
| YUV | 169.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 177 | 131 | 0.05 | 0 | 0.26 | 0.31 | 70.43 | 0.23 | 0.6 |
| Hex | A9 | B1 | 83 | 5 | 0 | 1A | 1F | 46 | 17 | 3C |
| Octal | 251 | 261 | 203 | 5 | 0 | 32 | 37 | 106 | 27 | 74 |
| Binary | 10101001 | 10110001 | 10000011 | 101 | 0 | 11010 | 11111 | 1000110 | 10111 | 111100 |
Color Harmonies of #A9B183
Complementary color
Monochromatic Colors of #A9B183
Black with #A9B183
Text Example
Text Example
White with #A9B183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B183; }
p { color: rgb(169,177,131); }
H1.HeaderClassName
{
color: #A9B183;
}
.AnyTagClassName
{
color: #A9B183;
}
</style>
background-color css
<style>
a { background-color: #A9B183; }
a { background-color: rgb(169,177,131); }
div.DivClassName
{
background-color: #A9B183;
}
.BgClassName
{
background-color: #A9B183;
}
</style>
border-color css
<style>
span { border-color: #A9B183; }
span { border-color: rgb(169,177,131); }
td.TdClassName
{
border-color: #A9B183;
}
.TagClassName
{
border-color: #A9B183;
}
</style>