Shades of Bouquet #A28C9B
Tints of Bouquet #A28C9B
RGB
CMYK
RGB Variations
Color information
#A28C9B (or 0xA28C9B) is known color: Bouquet. HEX triplet: A2, 8C and 9B. RGB value is (162,140,155). Sum of RGB (Red+Green+Blue) = 162+140+155=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28C9B is #5D7364. Grayscale: #949494. Windows color (decimal): -6124389 or 10194082. OLE color: 10194082.
HSL color Cylindrical-coordinate representation of color #A28C9B: hue angle of 319.09º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A28C9B is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 140 | 155 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.36 |
| HSL | 319.09º | 0.11% | 0.59% | - |
| HSV(B) | 319.09º | 0.14% | 0.64% | - |
| XYZ | 30.19 | 28.8 | 34.98 | - |
| YUV | 148.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 155 | 0 | 0.14 | 0.04 | 0.36 | 319.09 | 0.11 | 0.59 |
| Hex | A2 | 8C | 9B | 0 | E | 4 | 24 | 13F | B | 3B |
| Octal | 242 | 214 | 233 | 0 | 16 | 4 | 44 | 477 | 13 | 73 |
| Binary | 10100010 | 10001100 | 10011011 | 0 | 1110 | 100 | 100100 | 100111111 | 1011 | 111011 |
Color Harmonies of #A28C9B
Complementary color
Monochromatic Colors of #A28C9B
Black with #A28C9B
Text Example
Text Example
White with #A28C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28C9B; }
p { color: rgb(162,140,155); }
H1.HeaderClassName
{
color: #A28C9B;
}
.AnyTagClassName
{
color: #A28C9B;
}
</style>
background-color css
<style>
a { background-color: #A28C9B; }
a { background-color: rgb(162,140,155); }
div.DivClassName
{
background-color: #A28C9B;
}
.BgClassName
{
background-color: #A28C9B;
}
</style>
border-color css
<style>
span { border-color: #A28C9B; }
span { border-color: rgb(162,140,155); }
td.TdClassName
{
border-color: #A28C9B;
}
.TagClassName
{
border-color: #A28C9B;
}
</style>