#AADCB6

Color #AADCB6 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #AADCB6

Tints of Fringy Flower #AADCB6

Color information

#AADCB6 (or 0xAADCB6) is unknown color: approx Fringy Flower. HEX triplet: AA, DC and B6. RGB value is (170,220,182). Sum of RGB (Red+Green+Blue) = 170+220+182=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 182 (71.48% from 255 or 31.82% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCB6 is #552349. Grayscale: #C8C8C8. Windows color (decimal): -5579594 or 11984042. OLE color: 11984042.

HSL color Cylindrical-coordinate representation of color #AADCB6: hue angle of 134.4º 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 #AADCB6 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB170220182-
CMYK0.2300.170.14
HSL134.4º41.67%76.47%-
HSV(B)134.4º22.73%86.27%-
XYZ50.6163.1153.77-
YUV200.72117.44106.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 29.72%
GREEN value IS 220 (86.33% from 255) = 38.46%
BLUE value IS 182 (71.48% from 255) = 31.82%
R=29.72%
G=38.46%
B=31.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702201820.2300.170.14134.441.6776.47
HexAADCB617011E862a4c
Octal252334266270211620652114
Binary101010101101110010110110101110100011110100001101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCB6; }

 p { color: rgb(170,220,182); }

 H1.HeaderClassName
 {
   color: #AADCB6;
 }
 .AnyTagClassName
 {
   color: #AADCB6;
 }
</style>
background-color css

<style>
 a { background-color: #AADCB6; }

 a { background-color: rgb(170,220,182); }

 div.DivClassName
 {
   background-color: #AADCB6;
 }
 .BgClassName
 {
   background-color: #AADCB6;
 }
</style>
border-color css

<style>
 span { border-color: #AADCB6; }

 span { border-color: rgb(170,220,182); }

 td.TdClassName
 {
   border-color: #AADCB6;
 }
 .TagClassName
 {
   border-color: #AADCB6;
 }
</style>