Shades of Bouquet #A67B9C
Tints of Bouquet #A67B9C
RGB
CMYK
RGB Variations
Color information
#A67B9C (or 0xA67B9C) is known color: Bouquet. HEX triplet: A6, 7B and 9C. RGB value is (166,123,156). Sum of RGB (Red+Green+Blue) = 166+123+156=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67B9C is #598463. Grayscale: #8B8B8B. Windows color (decimal): -5866596 or 10255270. OLE color: 10255270.
HSL color Cylindrical-coordinate representation of color #A67B9C: hue angle of 313.95º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A67B9C is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 123 | 156 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.35 |
| HSL | 313.95º | 0.19% | 0.57% | - |
| HSV(B) | 313.95º | 0.26% | 0.65% | - |
| XYZ | 28.81 | 24.67 | 34.7 | - |
| YUV | 139.62 | 137.25 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 156 | 0 | 0.26 | 0.06 | 0.35 | 313.95 | 0.19 | 0.57 |
| Hex | A6 | 7B | 9C | 0 | 1A | 6 | 23 | 13A | 13 | 39 |
| Octal | 246 | 173 | 234 | 0 | 32 | 6 | 43 | 472 | 23 | 71 |
| Binary | 10100110 | 1111011 | 10011100 | 0 | 11010 | 110 | 100011 | 100111010 | 10011 | 111001 |
Color Harmonies of #A67B9C
Complementary color
Monochromatic Colors of #A67B9C
Black with #A67B9C
Text Example
Text Example
White with #A67B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67B9C; }
p { color: rgb(166,123,156); }
H1.HeaderClassName
{
color: #A67B9C;
}
.AnyTagClassName
{
color: #A67B9C;
}
</style>
background-color css
<style>
a { background-color: #A67B9C; }
a { background-color: rgb(166,123,156); }
div.DivClassName
{
background-color: #A67B9C;
}
.BgClassName
{
background-color: #A67B9C;
}
</style>
border-color css
<style>
span { border-color: #A67B9C; }
span { border-color: rgb(166,123,156); }
td.TdClassName
{
border-color: #A67B9C;
}
.TagClassName
{
border-color: #A67B9C;
}
</style>