Shades of Bouquet #AD83A2
Tints of Bouquet #AD83A2
RGB
CMYK
RGB Variations
Color information
#AD83A2 (or 0xAD83A2) is known color: Bouquet. HEX triplet: AD, 83 and A2. RGB value is (173,131,162). Sum of RGB (Red+Green+Blue) = 173+131+162=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD83A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD83A2 is #527C5D. Grayscale: #939393. Windows color (decimal): -5405790 or 10650541. OLE color: 10650541.
HSL color Cylindrical-coordinate representation of color #AD83A2: hue angle of 315.71º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD83A2 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 131 | 162 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.32 |
| HSL | 315.71º | 0.2% | 0.6% | - |
| HSV(B) | 315.71º | 0.24% | 0.68% | - |
| XYZ | 31.87 | 27.73 | 37.85 | - |
| YUV | 147.09 | 136.41 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 162 | 0 | 0.24 | 0.06 | 0.32 | 315.71 | 0.2 | 0.6 |
| Hex | AD | 83 | A2 | 0 | 18 | 6 | 20 | 13C | 14 | 3C |
| Octal | 255 | 203 | 242 | 0 | 30 | 6 | 40 | 474 | 24 | 74 |
| Binary | 10101101 | 10000011 | 10100010 | 0 | 11000 | 110 | 100000 | 100111100 | 10100 | 111100 |
Color Harmonies of #AD83A2
Complementary color
Monochromatic Colors of #AD83A2
Black with #AD83A2
Text Example
Text Example
White with #AD83A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD83A2; }
p { color: rgb(173,131,162); }
H1.HeaderClassName
{
color: #AD83A2;
}
.AnyTagClassName
{
color: #AD83A2;
}
</style>
background-color css
<style>
a { background-color: #AD83A2; }
a { background-color: rgb(173,131,162); }
div.DivClassName
{
background-color: #AD83A2;
}
.BgClassName
{
background-color: #AD83A2;
}
</style>
border-color css
<style>
span { border-color: #AD83A2; }
span { border-color: rgb(173,131,162); }
td.TdClassName
{
border-color: #AD83A2;
}
.TagClassName
{
border-color: #AD83A2;
}
</style>