#A9DAB8

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

Shades of Fringy Flower #A9DAB8

Tints of Fringy Flower #A9DAB8

Color information

#A9DAB8 (or 0xA9DAB8) is unknown color: approx Fringy Flower. HEX triplet: A9, DA and B8. RGB value is (169,218,184). Sum of RGB (Red+Green+Blue) = 169+218+184=571 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.60% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DAB8 is #562547. Grayscale: #C7C7C7. Windows color (decimal): -5645640 or 12114601. OLE color: 12114601.

HSL color Cylindrical-coordinate representation of color #A9DAB8: hue angle of 138.37º degrees, saturation: 0.4, 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 #A9DAB8 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB169218184-
CMYK0.2200.160.15
HSL138.37º39.84%75.88%-
HSV(B)138.37º22.48%85.49%-
XYZ50.0962.0454.68-
YUV199.47119.27106.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.60%
GREEN value IS 218 (85.55% from 255) = 38.18%
BLUE value IS 184 (72.27% from 255) = 32.22%
R=29.60%
G=38.18%
B=32.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692181840.2200.160.15138.3739.8475.88
HexA9DAB816010F8a284c
Octal251332270260201721250114
Binary101010011101101010111000101100100001111100010101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DAB8; }

 p { color: rgb(169,218,184); }

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

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

 a { background-color: rgb(169,218,184); }

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

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

 span { border-color: rgb(169,218,184); }

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