Shades of Fringy Flower #AADCB9
Tints of Fringy Flower #AADCB9
RGB
CMYK
RGB Variations
Color information
#AADCB9 (or 0xAADCB9) is known color: Fringy Flower. HEX triplet: AA, DC and B9. RGB value is (170,220,185). Sum of RGB (Red+Green+Blue) = 170+220+185=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCB9 is #552346. Grayscale: #C9C9C9. Windows color (decimal): -5579591 or 12180650. OLE color: 12180650.
HSL color Cylindrical-coordinate representation of color #AADCB9: hue angle of 138º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADCB9 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 185 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.14 |
| HSL | 138º | 0.42% | 0.76% | - |
| HSV(B) | 138º | 0.23% | 0.86% | - |
| XYZ | 50.93 | 63.24 | 55.42 | - |
| YUV | 201.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 185 | 0.23 | 0 | 0.16 | 0.14 | 138 | 0.42 | 0.76 |
| Hex | AA | DC | B9 | 17 | 0 | 10 | E | 8A | 2A | 4C |
| Octal | 252 | 334 | 271 | 27 | 0 | 20 | 16 | 212 | 52 | 114 |
| Binary | 10101010 | 11011100 | 10111001 | 10111 | 0 | 10000 | 1110 | 10001010 | 101010 | 1001100 |
Color Harmonies of #AADCB9
Complementary color
Monochromatic Colors of #AADCB9
Black with #AADCB9
Text Example
Text Example
White with #AADCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCB9; }
p { color: rgb(170,220,185); }
H1.HeaderClassName
{
color: #AADCB9;
}
.AnyTagClassName
{
color: #AADCB9;
}
</style>
background-color css
<style>
a { background-color: #AADCB9; }
a { background-color: rgb(170,220,185); }
div.DivClassName
{
background-color: #AADCB9;
}
.BgClassName
{
background-color: #AADCB9;
}
</style>
border-color css
<style>
span { border-color: #AADCB9; }
span { border-color: rgb(170,220,185); }
td.TdClassName
{
border-color: #AADCB9;
}
.TagClassName
{
border-color: #AADCB9;
}
</style>