Shades of Bouquet #AA8B9B
Tints of Bouquet #AA8B9B
RGB
CMYK
RGB Variations
Color information
#AA8B9B (or 0xAA8B9B) is known color: Bouquet. HEX triplet: AA, 8B and 9B. RGB value is (170,139,155). Sum of RGB (Red+Green+Blue) = 170+139+155=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8B9B is #557464. Grayscale: #969696. Windows color (decimal): -5600357 or 10193834. OLE color: 10193834.
HSL color Cylindrical-coordinate representation of color #AA8B9B: hue angle of 329.03º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA8B9B is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 139 | 155 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.33 |
| HSL | 329.03º | 0.15% | 0.61% | - |
| HSV(B) | 329.03º | 0.18% | 0.67% | - |
| XYZ | 31.73 | 29.38 | 35.01 | - |
| YUV | 150.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 155 | 0 | 0.18 | 0.09 | 0.33 | 329.03 | 0.15 | 0.61 |
| Hex | AA | 8B | 9B | 0 | 12 | 9 | 21 | 149 | F | 3D |
| Octal | 252 | 213 | 233 | 0 | 22 | 11 | 41 | 511 | 17 | 75 |
| Binary | 10101010 | 10001011 | 10011011 | 0 | 10010 | 1001 | 100001 | 101001001 | 1111 | 111101 |
Color Harmonies of #AA8B9B
Complementary color
Monochromatic Colors of #AA8B9B
Black with #AA8B9B
Text Example
Text Example
White with #AA8B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8B9B; }
p { color: rgb(170,139,155); }
H1.HeaderClassName
{
color: #AA8B9B;
}
.AnyTagClassName
{
color: #AA8B9B;
}
</style>
background-color css
<style>
a { background-color: #AA8B9B; }
a { background-color: rgb(170,139,155); }
div.DivClassName
{
background-color: #AA8B9B;
}
.BgClassName
{
background-color: #AA8B9B;
}
</style>
border-color css
<style>
span { border-color: #AA8B9B; }
span { border-color: rgb(170,139,155); }
td.TdClassName
{
border-color: #AA8B9B;
}
.TagClassName
{
border-color: #AA8B9B;
}
</style>