Shades of Bouquet #AD829B
Tints of Bouquet #AD829B
RGB
CMYK
RGB Variations
Color information
#AD829B (or 0xAD829B) is known color: Bouquet. HEX triplet: AD, 82 and 9B. RGB value is (173,130,155). Sum of RGB (Red+Green+Blue) = 173+130+155=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #AD829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD829B is #527D64. Grayscale: #919191. Windows color (decimal): -5406053 or 10191533. OLE color: 10191533.
HSL color Cylindrical-coordinate representation of color #AD829B: hue angle of 325.12º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD829B is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 130 | 155 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.32 |
| HSL | 325.12º | 0.21% | 0.59% | - |
| HSV(B) | 325.12º | 0.25% | 0.68% | - |
| XYZ | 31.13 | 27.22 | 34.62 | - |
| YUV | 145.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 155 | 0 | 0.25 | 0.10 | 0.32 | 325.12 | 0.21 | 0.59 |
| Hex | AD | 82 | 9B | 0 | 19 | A | 20 | 145 | 15 | 3B |
| Octal | 255 | 202 | 233 | 0 | 31 | 12 | 40 | 505 | 25 | 73 |
| Binary | 10101101 | 10000010 | 10011011 | 0 | 11001 | 1010 | 100000 | 101000101 | 10101 | 111011 |
Color Harmonies of #AD829B
Complementary color
Monochromatic Colors of #AD829B
Black with #AD829B
Text Example
Text Example
White with #AD829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD829B; }
p { color: rgb(173,130,155); }
H1.HeaderClassName
{
color: #AD829B;
}
.AnyTagClassName
{
color: #AD829B;
}
</style>
background-color css
<style>
a { background-color: #AD829B; }
a { background-color: rgb(173,130,155); }
div.DivClassName
{
background-color: #AD829B;
}
.BgClassName
{
background-color: #AD829B;
}
</style>
border-color css
<style>
span { border-color: #AD829B; }
span { border-color: rgb(173,130,155); }
td.TdClassName
{
border-color: #AD829B;
}
.TagClassName
{
border-color: #AD829B;
}
</style>