Shades of Bud #AAB184
Tints of Bud #AAB184
RGB
CMYK
RGB Variations
Color information
#AAB184 (or 0xAAB184) is known color: Bud. HEX triplet: AA, B1 and 84. RGB value is (170,177,132). Sum of RGB (Red+Green+Blue) = 170+177+132=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB184 is #554E7B. Grayscale: #A9A9A9. Windows color (decimal): -5590652 or 8696234. OLE color: 8696234.
HSL color Cylindrical-coordinate representation of color #AAB184: hue angle of 69.33º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAB184 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 132 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.31 |
| HSL | 69.33º | 0.22% | 0.61% | - |
| HSV(B) | 69.33º | 0.25% | 0.69% | - |
| XYZ | 36.46 | 41.66 | 27.95 | - |
| YUV | 169.78 | 106.68 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 132 | 0.04 | 0 | 0.25 | 0.31 | 69.33 | 0.22 | 0.61 |
| Hex | AA | B1 | 84 | 4 | 0 | 19 | 1F | 45 | 16 | 3D |
| Octal | 252 | 261 | 204 | 4 | 0 | 31 | 37 | 105 | 26 | 75 |
| Binary | 10101010 | 10110001 | 10000100 | 100 | 0 | 11001 | 11111 | 1000101 | 10110 | 111101 |
Color Harmonies of #AAB184
Complementary color
Monochromatic Colors of #AAB184
Black with #AAB184
Text Example
Text Example
White with #AAB184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB184; }
p { color: rgb(170,177,132); }
H1.HeaderClassName
{
color: #AAB184;
}
.AnyTagClassName
{
color: #AAB184;
}
</style>
background-color css
<style>
a { background-color: #AAB184; }
a { background-color: rgb(170,177,132); }
div.DivClassName
{
background-color: #AAB184;
}
.BgClassName
{
background-color: #AAB184;
}
</style>
border-color css
<style>
span { border-color: #AAB184; }
span { border-color: rgb(170,177,132); }
td.TdClassName
{
border-color: #AAB184;
}
.TagClassName
{
border-color: #AAB184;
}
</style>