Shades of Fringy Flower #AADCB4
Tints of Fringy Flower #AADCB4
RGB
CMYK
RGB Variations
Color information
#AADCB4 (or 0xAADCB4) is known color: Fringy Flower. HEX triplet: AA, DC and B4. RGB value is (170,220,180). Sum of RGB (Red+Green+Blue) = 170+220+180=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCB4 is #55234B. Grayscale: #C8C8C8. Windows color (decimal): -5579596 or 11852970. OLE color: 11852970.
HSL color Cylindrical-coordinate representation of color #AADCB4: hue angle of 132º 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 #AADCB4 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 180 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.14 |
| HSL | 132º | 0.42% | 0.76% | - |
| HSV(B) | 132º | 0.23% | 0.86% | - |
| XYZ | 50.41 | 63.03 | 52.69 | - |
| YUV | 200.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 180 | 0.23 | 0 | 0.18 | 0.14 | 132 | 0.42 | 0.76 |
| Hex | AA | DC | B4 | 17 | 0 | 12 | E | 84 | 2A | 4C |
| Octal | 252 | 334 | 264 | 27 | 0 | 22 | 16 | 204 | 52 | 114 |
| Binary | 10101010 | 11011100 | 10110100 | 10111 | 0 | 10010 | 1110 | 10000100 | 101010 | 1001100 |
Color Harmonies of #AADCB4
Complementary color
Monochromatic Colors of #AADCB4
Black with #AADCB4
Text Example
Text Example
White with #AADCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCB4; }
p { color: rgb(170,220,180); }
H1.HeaderClassName
{
color: #AADCB4;
}
.AnyTagClassName
{
color: #AADCB4;
}
</style>
background-color css
<style>
a { background-color: #AADCB4; }
a { background-color: rgb(170,220,180); }
div.DivClassName
{
background-color: #AADCB4;
}
.BgClassName
{
background-color: #AADCB4;
}
</style>
border-color css
<style>
span { border-color: #AADCB4; }
span { border-color: rgb(170,220,180); }
td.TdClassName
{
border-color: #AADCB4;
}
.TagClassName
{
border-color: #AADCB4;
}
</style>