Shades of Bouquet #AB92A2
Tints of Bouquet #AB92A2
RGB
CMYK
RGB Variations
Color information
#AB92A2 (or 0xAB92A2) is known color: Bouquet. HEX triplet: AB, 92 and A2. RGB value is (171,146,162). Sum of RGB (Red+Green+Blue) = 171+146+162=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 171 - color contains mainly: red. Hex color #AB92A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB92A2 is #546D5D. Grayscale: #9B9B9B. Windows color (decimal): -5533022 or 10654379. OLE color: 10654379.
HSL color Cylindrical-coordinate representation of color #AB92A2: hue angle of 321.6º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AB92A2 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 146 | 162 | - |
CMYK | 0 | 0.15 | 0.05 | 0.33 |
HSL | 321.6º | 0.13% | 0.62% | - |
HSV(B) | 321.6º | 0.15% | 0.67% | - |
XYZ | 33.6 | 31.82 | 38.55 | - |
YUV | 155.3 | 131.78 | 139.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 146 | 162 | 0 | 0.15 | 0.05 | 0.33 | 321.6 | 0.13 | 0.62 |
Hex | AB | 92 | A2 | 0 | F | 5 | 21 | 142 | D | 3E |
Octal | 253 | 222 | 242 | 0 | 17 | 5 | 41 | 502 | 15 | 76 |
Binary | 10101011 | 10010010 | 10100010 | 0 | 1111 | 101 | 100001 | 101000010 | 1101 | 111110 |
Color Harmonies of #AB92A2
Complementary color
Monochromatic Colors of #AB92A2
Black with #AB92A2
Text Example
Text Example
White with #AB92A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB92A2; }
p { color: rgb(171,146,162); }
H1.HeaderClassName
{
color: #AB92A2;
}
.AnyTagClassName
{
color: #AB92A2;
}
</style>
background-color css
<style>
a { background-color: #AB92A2; }
a { background-color: rgb(171,146,162); }
div.DivClassName
{
background-color: #AB92A2;
}
.BgClassName
{
background-color: #AB92A2;
}
</style>
border-color css
<style>
span { border-color: #AB92A2; }
span { border-color: rgb(171,146,162); }
td.TdClassName
{
border-color: #AB92A2;
}
.TagClassName
{
border-color: #AB92A2;
}
</style>