#AAD9B7

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

Shades of Fringy Flower #AAD9B7

Tints of Fringy Flower #AAD9B7

Color information

#AAD9B7 (or 0xAAD9B7) is unknown color: approx Fringy Flower. HEX triplet: AA, D9 and B7. RGB value is (170,217,183). Sum of RGB (Red+Green+Blue) = 170+217+183=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD9B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD9B7 is #552648. Grayscale: #C7C7C7. Windows color (decimal): -5580361 or 12048810. OLE color: 12048810.

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

Color convert

RGB170217183-
CMYK0.2200.160.15
HSL136.6º38.21%75.88%-
HSV(B)136.6º21.66%85.1%-
XYZ49.9461.5954.06-
YUV199.07118.93107.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.82%
GREEN value IS 217 (85.16% from 255) = 38.07%
BLUE value IS 183 (71.88% from 255) = 32.11%
R=29.82%
G=38.07%
B=32.11%

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
Decimal1702171830.2200.160.15136.638.2175.88
HexAAD9B716010F89264c
Octal252331267260201721146114
Binary101010101101100110110111101100100001111100010011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD9B7; }

 p { color: rgb(170,217,183); }

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

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

 a { background-color: rgb(170,217,183); }

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

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

 span { border-color: rgb(170,217,183); }

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