#AFDFB9

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

Shades of Fringy Flower #AFDFB9

Tints of Fringy Flower #AFDFB9

Color information

#AFDFB9 (or 0xAFDFB9) is unknown color: approx Fringy Flower. HEX triplet: AF, DF and B9. RGB value is (175,223,185). Sum of RGB (Red+Green+Blue) = 175+223+185=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 185 (72.66% from 255 or 31.73% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFB9 is #502046. Grayscale: #CCCCCC. Windows color (decimal): -5251143 or 12181423. OLE color: 12181423.

HSL color Cylindrical-coordinate representation of color #AFDFB9: hue angle of 132.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDFB9 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB175223185-
CMYK0.2200.170.13
HSL132.5º42.86%78.04%-
HSV(B)132.5º21.52%87.45%-
XYZ52.8265.3955.74-
YUV204.32117.1107.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.02%
GREEN value IS 223 (87.5% from 255) = 38.25%
BLUE value IS 185 (72.66% from 255) = 31.73%
R=30.02%
G=38.25%
B=31.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752231850.2200.170.13132.542.8678.04
HexAFDFB916011D842b4e
Octal257337271260211520453116
Binary101011111101111110111001101100100011101100001001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDFB9; }

 p { color: rgb(175,223,185); }

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

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

 a { background-color: rgb(175,223,185); }

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

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

 span { border-color: rgb(175,223,185); }

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