#AADAB5

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

Shades of Fringy Flower #AADAB5

Tints of Fringy Flower #AADAB5

Color information

#AADAB5 (or 0xAADAB5) is unknown color: approx Fringy Flower. HEX triplet: AA, DA and B5. RGB value is (170,218,181). Sum of RGB (Red+Green+Blue) = 170+218+181=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 218 - color contains mainly: green. Hex color #AADAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADAB5 is #55254A. Grayscale: #C7C7C7. Windows color (decimal): -5580107 or 11917994. OLE color: 11917994.

HSL color Cylindrical-coordinate representation of color #AADAB5: hue angle of 133.75º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AADAB5 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB170218181-
CMYK0.2200.170.15
HSL133.75º39.34%76.08%-
HSV(B)133.75º22.02%85.49%-
XYZ49.9962.0353.05-
YUV199.43117.6107.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.88%
GREEN value IS 218 (85.55% from 255) = 38.31%
BLUE value IS 181 (71.09% from 255) = 31.81%
R=29.88%
G=38.31%
B=31.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702181810.2200.170.15133.7539.3476.08
HexAADAB516011F86274c
Octal252332265260211720647114
Binary101010101101101010110101101100100011111100001101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADAB5; }

 p { color: rgb(170,218,181); }

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

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

 a { background-color: rgb(170,218,181); }

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

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

 span { border-color: rgb(170,218,181); }

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